#ACCC61

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

Shades of Conifer #ACCC61

Tints of Conifer #ACCC61

Color information

#ACCC61 (or 0xACCC61) is unknown color: approx Conifer. HEX triplet: AC, CC and 61. RGB value is (172,204,97). Sum of RGB (Red+Green+Blue) = 172+204+97=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC61 is #53339E. Grayscale: #B6B6B6. Windows color (decimal): -5452703 or 6409388. OLE color: 6409388.

HSL color Cylindrical-coordinate representation of color #ACCC61: hue angle of 77.94º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACCC61 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB17220497-
CMYK0.1600.520.2
HSL77.94º51.2%59.02%-
HSV(B)77.94º52.45%80%-
XYZ40.7652.8219.36-
YUV182.2379.9120.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=36.36%
G=43.13%
B=20.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172204970.1600.520.277.9451.259.02
HexACCC6110034144e333b
Octal25431414120064241166373
Binary10101100110011001100001100000110100101001001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC61; }

 p { color: rgb(172,204,97); }

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

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

 a { background-color: rgb(172,204,97); }

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

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

 span { border-color: rgb(172,204,97); }

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