Shades of Caper #A8BB82
Tints of Caper #A8BB82
RGB
CMYK
RGB Variations
Color information
#A8BB82 (or 0xA8BB82) is known color: Caper. HEX triplet: A8, BB and 82. RGB value is (168,187,130). Sum of RGB (Red+Green+Blue) = 168+187+130=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB82 is #57447D. Grayscale: #AFAFAF. Windows color (decimal): -5719166 or 8567720. OLE color: 8567720.
HSL color Cylindrical-coordinate representation of color #A8BB82: hue angle of 80º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BB82 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 130 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.27 |
| HSL | 80º | 0.3% | 0.62% | - |
| HSV(B) | 80º | 0.3% | 0.73% | - |
| XYZ | 37.95 | 45.48 | 27.9 | - |
| YUV | 174.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 130 | 0.10 | 0 | 0.30 | 0.27 | 80 | 0.3 | 0.62 |
| Hex | A8 | BB | 82 | A | 0 | 1E | 1B | 50 | 1E | 3E |
| Octal | 250 | 273 | 202 | 12 | 0 | 36 | 33 | 120 | 36 | 76 |
| Binary | 10101000 | 10111011 | 10000010 | 1010 | 0 | 11110 | 11011 | 1010000 | 11110 | 111110 |
Color Harmonies of #A8BB82
Complementary color
Monochromatic Colors of #A8BB82
Black with #A8BB82
Text Example
Text Example
White with #A8BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB82; }
p { color: rgb(168,187,130); }
H1.HeaderClassName
{
color: #A8BB82;
}
.AnyTagClassName
{
color: #A8BB82;
}
</style>
background-color css
<style>
a { background-color: #A8BB82; }
a { background-color: rgb(168,187,130); }
div.DivClassName
{
background-color: #A8BB82;
}
.BgClassName
{
background-color: #A8BB82;
}
</style>
border-color css
<style>
span { border-color: #A8BB82; }
span { border-color: rgb(168,187,130); }
td.TdClassName
{
border-color: #A8BB82;
}
.TagClassName
{
border-color: #A8BB82;
}
</style>