Shades of Caper #ACC36F
Tints of Caper #ACC36F
RGB
CMYK
RGB Variations
Color information
#ACC36F (or 0xACC36F) is known color: Caper. HEX triplet: AC, C3 and 6F. RGB value is (172,195,111). Sum of RGB (Red+Green+Blue) = 172+195+111=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC36F is #533C90. Grayscale: #B2B2B2. Windows color (decimal): -5454993 or 7324588. OLE color: 7324588.
HSL color Cylindrical-coordinate representation of color #ACC36F: hue angle of 76.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC36F is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 111 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.24 |
| HSL | 76.43º | 0.41% | 0.6% | - |
| HSV(B) | 76.43º | 0.43% | 0.76% | - |
| XYZ | 39.4 | 48.95 | 22.41 | - |
| YUV | 178.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 111 | 0.12 | 0 | 0.43 | 0.24 | 76.43 | 0.41 | 0.6 |
| Hex | AC | C3 | 6F | C | 0 | 2B | 18 | 4C | 29 | 3C |
| Octal | 254 | 303 | 157 | 14 | 0 | 53 | 30 | 114 | 51 | 74 |
| Binary | 10101100 | 11000011 | 1101111 | 1100 | 0 | 101011 | 11000 | 1001100 | 101001 | 111100 |
Color Harmonies of #ACC36F
Complementary color
Monochromatic Colors of #ACC36F
Black with #ACC36F
Text Example
Text Example
White with #ACC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC36F; }
p { color: rgb(172,195,111); }
H1.HeaderClassName
{
color: #ACC36F;
}
.AnyTagClassName
{
color: #ACC36F;
}
</style>
background-color css
<style>
a { background-color: #ACC36F; }
a { background-color: rgb(172,195,111); }
div.DivClassName
{
background-color: #ACC36F;
}
.BgClassName
{
background-color: #ACC36F;
}
</style>
border-color css
<style>
span { border-color: #ACC36F; }
span { border-color: rgb(172,195,111); }
td.TdClassName
{
border-color: #ACC36F;
}
.TagClassName
{
border-color: #ACC36F;
}
</style>