Shades of Caper #A8BB83
Tints of Caper #A8BB83
RGB
CMYK
RGB Variations
Color information
#A8BB83 (or 0xA8BB83) is known color: Caper. HEX triplet: A8, BB and 83. RGB value is (168,187,131). Sum of RGB (Red+Green+Blue) = 168+187+131=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB83 is #57447C. Grayscale: #AFAFAF. Windows color (decimal): -5719165 or 8633256. OLE color: 8633256.
HSL color Cylindrical-coordinate representation of color #A8BB83: hue angle of 80.36º degrees, saturation: 0.29, 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 #A8BB83 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 131 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.27 |
| HSL | 80.36º | 0.29% | 0.62% | - |
| HSV(B) | 80.36º | 0.3% | 0.73% | - |
| XYZ | 38.02 | 45.5 | 28.25 | - |
| YUV | 174.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 131 | 0.10 | 0 | 0.30 | 0.27 | 80.36 | 0.29 | 0.62 |
| Hex | A8 | BB | 83 | A | 0 | 1E | 1B | 50 | 1D | 3E |
| Octal | 250 | 273 | 203 | 12 | 0 | 36 | 33 | 120 | 35 | 76 |
| Binary | 10101000 | 10111011 | 10000011 | 1010 | 0 | 11110 | 11011 | 1010000 | 11101 | 111110 |
Color Harmonies of #A8BB83
Complementary color
Monochromatic Colors of #A8BB83
Black with #A8BB83
Text Example
Text Example
White with #A8BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB83; }
p { color: rgb(168,187,131); }
H1.HeaderClassName
{
color: #A8BB83;
}
.AnyTagClassName
{
color: #A8BB83;
}
</style>
background-color css
<style>
a { background-color: #A8BB83; }
a { background-color: rgb(168,187,131); }
div.DivClassName
{
background-color: #A8BB83;
}
.BgClassName
{
background-color: #A8BB83;
}
</style>
border-color css
<style>
span { border-color: #A8BB83; }
span { border-color: rgb(168,187,131); }
td.TdClassName
{
border-color: #A8BB83;
}
.TagClassName
{
border-color: #A8BB83;
}
</style>