#ACCA5B

Color #ACCA5B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ACCA5B

Tints of Conifer #ACCA5B

Color information

#ACCA5B (or 0xACCA5B) is unknown color: approx Conifer. HEX triplet: AC, CA and 5B. RGB value is (172,202,91). Sum of RGB (Red+Green+Blue) = 172+202+91=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA5B is #5335A4. Grayscale: #B4B4B4. Windows color (decimal): -5453221 or 6015660. OLE color: 6015660.

HSL color Cylindrical-coordinate representation of color #ACCA5B: hue angle of 76.22º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACCA5B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB17220291-
CMYK0.1500.550.21
HSL76.22º51.15%57.45%-
HSV(B)76.22º54.95%79.22%-
XYZ40.0251.7717.78-
YUV180.3877.56122.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=36.99%
G=43.44%
B=19.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202910.1500.550.2176.2251.1557.45
HexACCA5BF037154c3339
Octal25431213317067251146371
Binary1010110011001010101101111110110111101011001100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA5B; }

 p { color: rgb(172,202,91); }

 H1.HeaderClassName
 {
   color: #ACCA5B;
 }
 .AnyTagClassName
 {
   color: #ACCA5B;
 }
</style>
background-color css

<style>
 a { background-color: #ACCA5B; }

 a { background-color: rgb(172,202,91); }

 div.DivClassName
 {
   background-color: #ACCA5B;
 }
 .BgClassName
 {
   background-color: #ACCA5B;
 }
</style>
border-color css

<style>
 span { border-color: #ACCA5B; }

 span { border-color: rgb(172,202,91); }

 td.TdClassName
 {
   border-color: #ACCA5B;
 }
 .TagClassName
 {
   border-color: #ACCA5B;
 }
</style>