Shades of Caper #A9BE7B
Tints of Caper #A9BE7B
RGB
CMYK
RGB Variations
Color information
#A9BE7B (or 0xA9BE7B) is known color: Caper. HEX triplet: A9, BE and 7B. RGB value is (169,190,123). Sum of RGB (Red+Green+Blue) = 169+190+123=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE7B is #564184. Grayscale: #B0B0B0. Windows color (decimal): -5652869 or 8109737. OLE color: 8109737.
HSL color Cylindrical-coordinate representation of color #A9BE7B: hue angle of 78.81º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9BE7B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 123 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.25 |
| HSL | 78.81º | 0.34% | 0.61% | - |
| HSV(B) | 78.81º | 0.35% | 0.75% | - |
| XYZ | 38.35 | 46.69 | 25.73 | - |
| YUV | 176.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 123 | 0.11 | 0 | 0.35 | 0.25 | 78.81 | 0.34 | 0.61 |
| Hex | A9 | BE | 7B | B | 0 | 23 | 19 | 4F | 22 | 3D |
| Octal | 251 | 276 | 173 | 13 | 0 | 43 | 31 | 117 | 42 | 75 |
| Binary | 10101001 | 10111110 | 1111011 | 1011 | 0 | 100011 | 11001 | 1001111 | 100010 | 111101 |
Color Harmonies of #A9BE7B
Complementary color
Monochromatic Colors of #A9BE7B
Black with #A9BE7B
Text Example
Text Example
White with #A9BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE7B; }
p { color: rgb(169,190,123); }
H1.HeaderClassName
{
color: #A9BE7B;
}
.AnyTagClassName
{
color: #A9BE7B;
}
</style>
background-color css
<style>
a { background-color: #A9BE7B; }
a { background-color: rgb(169,190,123); }
div.DivClassName
{
background-color: #A9BE7B;
}
.BgClassName
{
background-color: #A9BE7B;
}
</style>
border-color css
<style>
span { border-color: #A9BE7B; }
span { border-color: rgb(169,190,123); }
td.TdClassName
{
border-color: #A9BE7B;
}
.TagClassName
{
border-color: #A9BE7B;
}
</style>