Shades of Caper #A9C283
Tints of Caper #A9C283
RGB
CMYK
RGB Variations
Color information
#A9C283 (or 0xA9C283) is known color: Caper. HEX triplet: A9, C2 and 83. RGB value is (169,194,131). Sum of RGB (Red+Green+Blue) = 169+194+131=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C283 is #563D7C. Grayscale: #B3B3B3. Windows color (decimal): -5651837 or 8635049. OLE color: 8635049.
HSL color Cylindrical-coordinate representation of color #A9C283: hue angle of 83.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9C283 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 131 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.24 |
| HSL | 83.81º | 0.34% | 0.64% | - |
| HSV(B) | 83.81º | 0.32% | 0.76% | - |
| XYZ | 39.75 | 48.66 | 28.77 | - |
| YUV | 179.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 131 | 0.13 | 0 | 0.32 | 0.24 | 83.81 | 0.34 | 0.64 |
| Hex | A9 | C2 | 83 | D | 0 | 20 | 18 | 54 | 22 | 40 |
| Octal | 251 | 302 | 203 | 15 | 0 | 40 | 30 | 124 | 42 | 100 |
| Binary | 10101001 | 11000010 | 10000011 | 1101 | 0 | 100000 | 11000 | 1010100 | 100010 | 1000000 |
Color Harmonies of #A9C283
Complementary color
Monochromatic Colors of #A9C283
Black with #A9C283
Text Example
Text Example
White with #A9C283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C283; }
p { color: rgb(169,194,131); }
H1.HeaderClassName
{
color: #A9C283;
}
.AnyTagClassName
{
color: #A9C283;
}
</style>
background-color css
<style>
a { background-color: #A9C283; }
a { background-color: rgb(169,194,131); }
div.DivClassName
{
background-color: #A9C283;
}
.BgClassName
{
background-color: #A9C283;
}
</style>
border-color css
<style>
span { border-color: #A9C283; }
span { border-color: rgb(169,194,131); }
td.TdClassName
{
border-color: #A9C283;
}
.TagClassName
{
border-color: #A9C283;
}
</style>