Shades of Caper #ACC97B
Tints of Caper #ACC97B
RGB
CMYK
RGB Variations
Color information
#ACC97B (or 0xACC97B) is known color: Caper. HEX triplet: AC, C9 and 7B. RGB value is (172,201,123). Sum of RGB (Red+Green+Blue) = 172+201+123=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC97B is #533684. Grayscale: #B7B7B7. Windows color (decimal): -5453445 or 8112556. OLE color: 8112556.
HSL color Cylindrical-coordinate representation of color #ACC97B: hue angle of 82.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACC97B is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 123 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.21 |
| HSL | 82.31º | 0.42% | 0.64% | - |
| HSV(B) | 82.31º | 0.39% | 0.79% | - |
| XYZ | 41.48 | 51.97 | 26.58 | - |
| YUV | 183.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 123 | 0.14 | 0 | 0.39 | 0.21 | 82.31 | 0.42 | 0.64 |
| Hex | AC | C9 | 7B | E | 0 | 27 | 15 | 52 | 2A | 40 |
| Octal | 254 | 311 | 173 | 16 | 0 | 47 | 25 | 122 | 52 | 100 |
| Binary | 10101100 | 11001001 | 1111011 | 1110 | 0 | 100111 | 10101 | 1010010 | 101010 | 1000000 |
Color Harmonies of #ACC97B
Complementary color
Monochromatic Colors of #ACC97B
Black with #ACC97B
Text Example
Text Example
White with #ACC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC97B; }
p { color: rgb(172,201,123); }
H1.HeaderClassName
{
color: #ACC97B;
}
.AnyTagClassName
{
color: #ACC97B;
}
</style>
background-color css
<style>
a { background-color: #ACC97B; }
a { background-color: rgb(172,201,123); }
div.DivClassName
{
background-color: #ACC97B;
}
.BgClassName
{
background-color: #ACC97B;
}
</style>
border-color css
<style>
span { border-color: #ACC97B; }
span { border-color: rgb(172,201,123); }
td.TdClassName
{
border-color: #ACC97B;
}
.TagClassName
{
border-color: #ACC97B;
}
</style>