Shades of Caper #A9CB7E
Tints of Caper #A9CB7E
RGB
CMYK
RGB Variations
Color information
#A9CB7E (or 0xA9CB7E) is known color: Caper. HEX triplet: A9, CB and 7E. RGB value is (169,203,126). Sum of RGB (Red+Green+Blue) = 169+203+126=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB7E is #563481. Grayscale: #B8B8B8. Windows color (decimal): -5649538 or 8309673. OLE color: 8309673.
HSL color Cylindrical-coordinate representation of color #A9CB7E: hue angle of 86.49º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9CB7E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 126 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.20 |
| HSL | 86.49º | 0.43% | 0.65% | - |
| HSV(B) | 86.49º | 0.38% | 0.8% | - |
| XYZ | 41.48 | 52.65 | 27.72 | - |
| YUV | 184.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 126 | 0.17 | 0 | 0.38 | 0.20 | 86.49 | 0.43 | 0.65 |
| Hex | A9 | CB | 7E | 11 | 0 | 26 | 14 | 56 | 2B | 41 |
| Octal | 251 | 313 | 176 | 21 | 0 | 46 | 24 | 126 | 53 | 101 |
| Binary | 10101001 | 11001011 | 1111110 | 10001 | 0 | 100110 | 10100 | 1010110 | 101011 | 1000001 |
Color Harmonies of #A9CB7E
Complementary color
Monochromatic Colors of #A9CB7E
Black with #A9CB7E
Text Example
Text Example
White with #A9CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB7E; }
p { color: rgb(169,203,126); }
H1.HeaderClassName
{
color: #A9CB7E;
}
.AnyTagClassName
{
color: #A9CB7E;
}
</style>
background-color css
<style>
a { background-color: #A9CB7E; }
a { background-color: rgb(169,203,126); }
div.DivClassName
{
background-color: #A9CB7E;
}
.BgClassName
{
background-color: #A9CB7E;
}
</style>
border-color css
<style>
span { border-color: #A9CB7E; }
span { border-color: rgb(169,203,126); }
td.TdClassName
{
border-color: #A9CB7E;
}
.TagClassName
{
border-color: #A9CB7E;
}
</style>