Shades of Caper #ACC58A
Tints of Caper #ACC58A
RGB
CMYK
RGB Variations
Color information
#ACC58A (or 0xACC58A) is known color: Caper. HEX triplet: AC, C5 and 8A. RGB value is (172,197,138). Sum of RGB (Red+Green+Blue) = 172+197+138=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58A is #533A75. Grayscale: #B7B7B7. Windows color (decimal): -5454454 or 9094572. OLE color: 9094572.
HSL color Cylindrical-coordinate representation of color #ACC58A: hue angle of 85.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC58A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 138 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.23 |
| HSL | 85.42º | 0.34% | 0.66% | - |
| HSV(B) | 85.42º | 0.3% | 0.77% | - |
| XYZ | 41.57 | 50.54 | 31.61 | - |
| YUV | 182.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 138 | 0.13 | 0 | 0.30 | 0.23 | 85.42 | 0.34 | 0.66 |
| Hex | AC | C5 | 8A | D | 0 | 1E | 17 | 55 | 22 | 42 |
| Octal | 254 | 305 | 212 | 15 | 0 | 36 | 27 | 125 | 42 | 102 |
| Binary | 10101100 | 11000101 | 10001010 | 1101 | 0 | 11110 | 10111 | 1010101 | 100010 | 1000010 |
Color Harmonies of #ACC58A
Complementary color
Monochromatic Colors of #ACC58A
Black with #ACC58A
Text Example
Text Example
White with #ACC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC58A; }
p { color: rgb(172,197,138); }
H1.HeaderClassName
{
color: #ACC58A;
}
.AnyTagClassName
{
color: #ACC58A;
}
</style>
background-color css
<style>
a { background-color: #ACC58A; }
a { background-color: rgb(172,197,138); }
div.DivClassName
{
background-color: #ACC58A;
}
.BgClassName
{
background-color: #ACC58A;
}
</style>
border-color css
<style>
span { border-color: #ACC58A; }
span { border-color: rgb(172,197,138); }
td.TdClassName
{
border-color: #ACC58A;
}
.TagClassName
{
border-color: #ACC58A;
}
</style>