#ACCB56

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

Shades of Conifer #ACCB56

Tints of Conifer #ACCB56

Color information

#ACCB56 (or 0xACCB56) is unknown color: approx Conifer. HEX triplet: AC, CB and 56. RGB value is (172,203,86). Sum of RGB (Red+Green+Blue) = 172+203+86=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB56 is #5334A9. Grayscale: #B4B4B4. Windows color (decimal): -5452970 or 5688236. OLE color: 5688236.

HSL color Cylindrical-coordinate representation of color #ACCB56: hue angle of 75.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACCB56 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB17220386-
CMYK0.1500.580.20
HSL75.9º52.94%56.67%-
HSV(B)75.9º57.64%79.61%-
XYZ40.0552.1516.76-
YUV180.3974.73122.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=37.31%
G=44.03%
B=18.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172203860.1500.580.2075.952.9456.67
HexACCB56F03A144c3539
Octal25431312617072241146571
Binary1010110011001011101011011110111010101001001100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB56; }

 p { color: rgb(172,203,86); }

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

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

 a { background-color: rgb(172,203,86); }

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

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

 span { border-color: rgb(172,203,86); }

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