Shades of Caper #A8BD7B
Tints of Caper #A8BD7B
RGB
CMYK
RGB Variations
Color information
#A8BD7B (or 0xA8BD7B) is known color: Caper. HEX triplet: A8, BD and 7B. RGB value is (168,189,123). Sum of RGB (Red+Green+Blue) = 168+189+123=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD7B is #574284. Grayscale: #AFAFAF. Windows color (decimal): -5718661 or 8109480. OLE color: 8109480.
HSL color Cylindrical-coordinate representation of color #A8BD7B: hue angle of 79.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8BD7B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 123 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.26 |
| HSL | 79.09º | 0.33% | 0.61% | - |
| HSV(B) | 79.09º | 0.35% | 0.74% | - |
| XYZ | 37.92 | 46.15 | 25.65 | - |
| YUV | 175.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 123 | 0.11 | 0 | 0.35 | 0.26 | 79.09 | 0.33 | 0.61 |
| Hex | A8 | BD | 7B | B | 0 | 23 | 1A | 4F | 21 | 3D |
| Octal | 250 | 275 | 173 | 13 | 0 | 43 | 32 | 117 | 41 | 75 |
| Binary | 10101000 | 10111101 | 1111011 | 1011 | 0 | 100011 | 11010 | 1001111 | 100001 | 111101 |
Color Harmonies of #A8BD7B
Complementary color
Monochromatic Colors of #A8BD7B
Black with #A8BD7B
Text Example
Text Example
White with #A8BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD7B; }
p { color: rgb(168,189,123); }
H1.HeaderClassName
{
color: #A8BD7B;
}
.AnyTagClassName
{
color: #A8BD7B;
}
</style>
background-color css
<style>
a { background-color: #A8BD7B; }
a { background-color: rgb(168,189,123); }
div.DivClassName
{
background-color: #A8BD7B;
}
.BgClassName
{
background-color: #A8BD7B;
}
</style>
border-color css
<style>
span { border-color: #A8BD7B; }
span { border-color: rgb(168,189,123); }
td.TdClassName
{
border-color: #A8BD7B;
}
.TagClassName
{
border-color: #A8BD7B;
}
</style>