#ACC06A

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

Shades of Caper #ACC06A

Tints of Caper #ACC06A

Color information

#ACC06A (or 0xACC06A) is unknown color: approx Caper. HEX triplet: AC, C0 and 6A. RGB value is (172,192,106). Sum of RGB (Red+Green+Blue) = 172+192+106=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC06A is #533F95. Grayscale: #B0B0B0. Windows color (decimal): -5455766 or 6996140. OLE color: 6996140.

HSL color Cylindrical-coordinate representation of color #ACC06A: hue angle of 73.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC06A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB172192106-
CMYK0.1000.450.25
HSL73.95º40.57%58.43%-
HSV(B)73.95º44.79%75.29%-
XYZ38.4647.5120.78-
YUV176.2288.37124.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=36.60%
G=40.85%
B=22.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921060.1000.450.2573.9540.5758.43
HexACC06AA02D194a293a
Octal25430015212055311125172
Binary1010110011000000110101010100101101110011001010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC06A; }

 p { color: rgb(172,192,106); }

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

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

 a { background-color: rgb(172,192,106); }

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

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

 span { border-color: rgb(172,192,106); }

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