Shades of Caper #A9BE75
Tints of Caper #A9BE75
RGB
CMYK
RGB Variations
Color information
#A9BE75 (or 0xA9BE75) is known color: Caper. HEX triplet: A9, BE and 75. RGB value is (169,190,117). Sum of RGB (Red+Green+Blue) = 169+190+117=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE75 is #56418A. Grayscale: #AFAFAF. Windows color (decimal): -5652875 or 7716521. OLE color: 7716521.
HSL color Cylindrical-coordinate representation of color #A9BE75: hue angle of 77.26º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9BE75 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 117 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.25 |
| HSL | 77.26º | 0.36% | 0.6% | - |
| HSV(B) | 77.26º | 0.38% | 0.75% | - |
| XYZ | 37.99 | 46.55 | 23.81 | - |
| YUV | 175.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 117 | 0.11 | 0 | 0.38 | 0.25 | 77.26 | 0.36 | 0.6 |
| Hex | A9 | BE | 75 | B | 0 | 26 | 19 | 4D | 24 | 3C |
| Octal | 251 | 276 | 165 | 13 | 0 | 46 | 31 | 115 | 44 | 74 |
| Binary | 10101001 | 10111110 | 1110101 | 1011 | 0 | 100110 | 11001 | 1001101 | 100100 | 111100 |
Color Harmonies of #A9BE75
Complementary color
Monochromatic Colors of #A9BE75
Black with #A9BE75
Text Example
Text Example
White with #A9BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE75; }
p { color: rgb(169,190,117); }
H1.HeaderClassName
{
color: #A9BE75;
}
.AnyTagClassName
{
color: #A9BE75;
}
</style>
background-color css
<style>
a { background-color: #A9BE75; }
a { background-color: rgb(169,190,117); }
div.DivClassName
{
background-color: #A9BE75;
}
.BgClassName
{
background-color: #A9BE75;
}
</style>
border-color css
<style>
span { border-color: #A9BE75; }
span { border-color: rgb(169,190,117); }
td.TdClassName
{
border-color: #A9BE75;
}
.TagClassName
{
border-color: #A9BE75;
}
</style>