Shades of Caper #ACC36B
Tints of Caper #ACC36B
RGB
CMYK
RGB Variations
Color information
#ACC36B (or 0xACC36B) is known color: Caper. HEX triplet: AC, C3 and 6B. RGB value is (172,195,107). Sum of RGB (Red+Green+Blue) = 172+195+107=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC36B is #533C94. Grayscale: #B2B2B2. Windows color (decimal): -5454997 or 7062444. OLE color: 7062444.
HSL color Cylindrical-coordinate representation of color #ACC36B: hue angle of 75.68º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC36B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 107 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 75.68º | 0.42% | 0.59% | - |
| HSV(B) | 75.68º | 0.45% | 0.76% | - |
| XYZ | 39.18 | 48.86 | 21.28 | - |
| YUV | 178.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 107 | 0.12 | 0 | 0.45 | 0.24 | 75.68 | 0.42 | 0.59 |
| Hex | AC | C3 | 6B | C | 0 | 2D | 18 | 4C | 2A | 3B |
| Octal | 254 | 303 | 153 | 14 | 0 | 55 | 30 | 114 | 52 | 73 |
| Binary | 10101100 | 11000011 | 1101011 | 1100 | 0 | 101101 | 11000 | 1001100 | 101010 | 111011 |
Color Harmonies of #ACC36B
Complementary color
Monochromatic Colors of #ACC36B
Black with #ACC36B
Text Example
Text Example
White with #ACC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC36B; }
p { color: rgb(172,195,107); }
H1.HeaderClassName
{
color: #ACC36B;
}
.AnyTagClassName
{
color: #ACC36B;
}
</style>
background-color css
<style>
a { background-color: #ACC36B; }
a { background-color: rgb(172,195,107); }
div.DivClassName
{
background-color: #ACC36B;
}
.BgClassName
{
background-color: #ACC36B;
}
</style>
border-color css
<style>
span { border-color: #ACC36B; }
span { border-color: rgb(172,195,107); }
td.TdClassName
{
border-color: #ACC36B;
}
.TagClassName
{
border-color: #ACC36B;
}
</style>