Shades of Caper #A8BD79
Tints of Caper #A8BD79
RGB
CMYK
RGB Variations
Color information
#A8BD79 (or 0xA8BD79) is known color: Caper. HEX triplet: A8, BD and 79. RGB value is (168,189,121). Sum of RGB (Red+Green+Blue) = 168+189+121=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD79 is #574286. Grayscale: #AFAFAF. Windows color (decimal): -5718663 or 7978408. OLE color: 7978408.
HSL color Cylindrical-coordinate representation of color #A8BD79: hue angle of 78.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8BD79 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 121 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.26 |
| HSL | 78.53º | 0.34% | 0.61% | - |
| HSV(B) | 78.53º | 0.36% | 0.74% | - |
| XYZ | 37.8 | 46.1 | 25 | - |
| YUV | 174.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 121 | 0.11 | 0 | 0.36 | 0.26 | 78.53 | 0.34 | 0.61 |
| Hex | A8 | BD | 79 | B | 0 | 24 | 1A | 4F | 22 | 3D |
| Octal | 250 | 275 | 171 | 13 | 0 | 44 | 32 | 117 | 42 | 75 |
| Binary | 10101000 | 10111101 | 1111001 | 1011 | 0 | 100100 | 11010 | 1001111 | 100010 | 111101 |
Color Harmonies of #A8BD79
Complementary color
Monochromatic Colors of #A8BD79
Black with #A8BD79
Text Example
Text Example
White with #A8BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD79; }
p { color: rgb(168,189,121); }
H1.HeaderClassName
{
color: #A8BD79;
}
.AnyTagClassName
{
color: #A8BD79;
}
</style>
background-color css
<style>
a { background-color: #A8BD79; }
a { background-color: rgb(168,189,121); }
div.DivClassName
{
background-color: #A8BD79;
}
.BgClassName
{
background-color: #A8BD79;
}
</style>
border-color css
<style>
span { border-color: #A8BD79; }
span { border-color: rgb(168,189,121); }
td.TdClassName
{
border-color: #A8BD79;
}
.TagClassName
{
border-color: #A8BD79;
}
</style>