Shades of Caper #ACC57B
Tints of Caper #ACC57B
RGB
CMYK
RGB Variations
Color information
#ACC57B (or 0xACC57B) is known color: Caper. HEX triplet: AC, C5 and 7B. RGB value is (172,197,123). Sum of RGB (Red+Green+Blue) = 172+197+123=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57B is #533A84. Grayscale: #B5B5B5. Windows color (decimal): -5454469 or 8111532. OLE color: 8111532.
HSL color Cylindrical-coordinate representation of color #ACC57B: hue angle of 80.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC57B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 123 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.23 |
| HSL | 80.27º | 0.39% | 0.63% | - |
| HSV(B) | 80.27º | 0.38% | 0.77% | - |
| XYZ | 40.55 | 50.13 | 26.28 | - |
| YUV | 181.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 123 | 0.13 | 0 | 0.38 | 0.23 | 80.27 | 0.39 | 0.63 |
| Hex | AC | C5 | 7B | D | 0 | 26 | 17 | 50 | 27 | 3F |
| Octal | 254 | 305 | 173 | 15 | 0 | 46 | 27 | 120 | 47 | 77 |
| Binary | 10101100 | 11000101 | 1111011 | 1101 | 0 | 100110 | 10111 | 1010000 | 100111 | 111111 |
Color Harmonies of #ACC57B
Complementary color
Monochromatic Colors of #ACC57B
Black with #ACC57B
Text Example
Text Example
White with #ACC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC57B; }
p { color: rgb(172,197,123); }
H1.HeaderClassName
{
color: #ACC57B;
}
.AnyTagClassName
{
color: #ACC57B;
}
</style>
background-color css
<style>
a { background-color: #ACC57B; }
a { background-color: rgb(172,197,123); }
div.DivClassName
{
background-color: #ACC57B;
}
.BgClassName
{
background-color: #ACC57B;
}
</style>
border-color css
<style>
span { border-color: #ACC57B; }
span { border-color: rgb(172,197,123); }
td.TdClassName
{
border-color: #ACC57B;
}
.TagClassName
{
border-color: #ACC57B;
}
</style>