Shades of Caper #A9CB71
Tints of Caper #A9CB71
RGB
CMYK
RGB Variations
Color information
#A9CB71 (or 0xA9CB71) is known color: Caper. HEX triplet: A9, CB and 71. RGB value is (169,203,113). Sum of RGB (Red+Green+Blue) = 169+203+113=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB71 is #56348E. Grayscale: #B6B6B6. Windows color (decimal): -5649551 or 7457705. OLE color: 7457705.
HSL color Cylindrical-coordinate representation of color #A9CB71: hue angle of 82.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9CB71 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 113 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.20 |
| HSL | 82.67º | 0.46% | 0.62% | - |
| HSV(B) | 82.67º | 0.44% | 0.8% | - |
| XYZ | 40.7 | 52.34 | 23.58 | - |
| YUV | 182.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 113 | 0.17 | 0 | 0.44 | 0.20 | 82.67 | 0.46 | 0.62 |
| Hex | A9 | CB | 71 | 11 | 0 | 2C | 14 | 53 | 2E | 3E |
| Octal | 251 | 313 | 161 | 21 | 0 | 54 | 24 | 123 | 56 | 76 |
| Binary | 10101001 | 11001011 | 1110001 | 10001 | 0 | 101100 | 10100 | 1010011 | 101110 | 111110 |
Color Harmonies of #A9CB71
Complementary color
Monochromatic Colors of #A9CB71
Black with #A9CB71
Text Example
Text Example
White with #A9CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB71; }
p { color: rgb(169,203,113); }
H1.HeaderClassName
{
color: #A9CB71;
}
.AnyTagClassName
{
color: #A9CB71;
}
</style>
background-color css
<style>
a { background-color: #A9CB71; }
a { background-color: rgb(169,203,113); }
div.DivClassName
{
background-color: #A9CB71;
}
.BgClassName
{
background-color: #A9CB71;
}
</style>
border-color css
<style>
span { border-color: #A9CB71; }
span { border-color: rgb(169,203,113); }
td.TdClassName
{
border-color: #A9CB71;
}
.TagClassName
{
border-color: #A9CB71;
}
</style>