Shades of Caper #A9C483
Tints of Caper #A9C483
RGB
CMYK
RGB Variations
Color information
#A9C483 (or 0xA9C483) is known color: Caper. HEX triplet: A9, C4 and 83. RGB value is (169,196,131). Sum of RGB (Red+Green+Blue) = 169+196+131=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C483 is #563B7C. Grayscale: #B4B4B4. Windows color (decimal): -5651325 or 8635561. OLE color: 8635561.
HSL color Cylindrical-coordinate representation of color #A9C483: hue angle of 84.92º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C483 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 131 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.23 |
| HSL | 84.92º | 0.36% | 0.64% | - |
| HSV(B) | 84.92º | 0.33% | 0.77% | - |
| XYZ | 40.2 | 49.55 | 28.92 | - |
| YUV | 180.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 131 | 0.14 | 0 | 0.33 | 0.23 | 84.92 | 0.36 | 0.64 |
| Hex | A9 | C4 | 83 | E | 0 | 21 | 17 | 55 | 24 | 40 |
| Octal | 251 | 304 | 203 | 16 | 0 | 41 | 27 | 125 | 44 | 100 |
| Binary | 10101001 | 11000100 | 10000011 | 1110 | 0 | 100001 | 10111 | 1010101 | 100100 | 1000000 |
Color Harmonies of #A9C483
Complementary color
Monochromatic Colors of #A9C483
Black with #A9C483
Text Example
Text Example
White with #A9C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C483; }
p { color: rgb(169,196,131); }
H1.HeaderClassName
{
color: #A9C483;
}
.AnyTagClassName
{
color: #A9C483;
}
</style>
background-color css
<style>
a { background-color: #A9C483; }
a { background-color: rgb(169,196,131); }
div.DivClassName
{
background-color: #A9C483;
}
.BgClassName
{
background-color: #A9C483;
}
</style>
border-color css
<style>
span { border-color: #A9C483; }
span { border-color: rgb(169,196,131); }
td.TdClassName
{
border-color: #A9C483;
}
.TagClassName
{
border-color: #A9C483;
}
</style>