Shades of Caper #ACC98A
Tints of Caper #ACC98A
RGB
CMYK
RGB Variations
Color information
#ACC98A (or 0xACC98A) is known color: Caper. HEX triplet: AC, C9 and 8A. RGB value is (172,201,138). Sum of RGB (Red+Green+Blue) = 172+201+138=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98A is #533675. Grayscale: #B9B9B9. Windows color (decimal): -5453430 or 9095596. OLE color: 9095596.
HSL color Cylindrical-coordinate representation of color #ACC98A: hue angle of 87.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC98A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 138 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.21 |
| HSL | 87.62º | 0.37% | 0.66% | - |
| HSV(B) | 87.62º | 0.31% | 0.79% | - |
| XYZ | 42.49 | 52.38 | 31.92 | - |
| YUV | 185.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 138 | 0.14 | 0 | 0.31 | 0.21 | 87.62 | 0.37 | 0.66 |
| Hex | AC | C9 | 8A | E | 0 | 1F | 15 | 58 | 25 | 42 |
| Octal | 254 | 311 | 212 | 16 | 0 | 37 | 25 | 130 | 45 | 102 |
| Binary | 10101100 | 11001001 | 10001010 | 1110 | 0 | 11111 | 10101 | 1011000 | 100101 | 1000010 |
Color Harmonies of #ACC98A
Complementary color
Monochromatic Colors of #ACC98A
Black with #ACC98A
Text Example
Text Example
White with #ACC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC98A; }
p { color: rgb(172,201,138); }
H1.HeaderClassName
{
color: #ACC98A;
}
.AnyTagClassName
{
color: #ACC98A;
}
</style>
background-color css
<style>
a { background-color: #ACC98A; }
a { background-color: rgb(172,201,138); }
div.DivClassName
{
background-color: #ACC98A;
}
.BgClassName
{
background-color: #ACC98A;
}
</style>
border-color css
<style>
span { border-color: #ACC98A; }
span { border-color: rgb(172,201,138); }
td.TdClassName
{
border-color: #ACC98A;
}
.TagClassName
{
border-color: #ACC98A;
}
</style>