Shades of Caper #A5C27C
Tints of Caper #A5C27C
RGB
CMYK
RGB Variations
Color information
#A5C27C (or 0xA5C27C) is known color: Caper. HEX triplet: A5, C2 and 7C. RGB value is (165,194,124). Sum of RGB (Red+Green+Blue) = 165+194+124=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C27C is #5A3D83. Grayscale: #B1B1B1. Windows color (decimal): -5913988 or 8176293. OLE color: 8176293.
HSL color Cylindrical-coordinate representation of color #A5C27C: hue angle of 84.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5C27C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 124 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.24 |
| HSL | 84.86º | 0.36% | 0.62% | - |
| HSV(B) | 84.86º | 0.36% | 0.76% | - |
| XYZ | 38.45 | 48.04 | 26.31 | - |
| YUV | 177.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 124 | 0.15 | 0 | 0.36 | 0.24 | 84.86 | 0.36 | 0.62 |
| Hex | A5 | C2 | 7C | F | 0 | 24 | 18 | 55 | 24 | 3E |
| Octal | 245 | 302 | 174 | 17 | 0 | 44 | 30 | 125 | 44 | 76 |
| Binary | 10100101 | 11000010 | 1111100 | 1111 | 0 | 100100 | 11000 | 1010101 | 100100 | 111110 |
Color Harmonies of #A5C27C
Complementary color
Monochromatic Colors of #A5C27C
Black with #A5C27C
Text Example
Text Example
White with #A5C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C27C; }
p { color: rgb(165,194,124); }
H1.HeaderClassName
{
color: #A5C27C;
}
.AnyTagClassName
{
color: #A5C27C;
}
</style>
background-color css
<style>
a { background-color: #A5C27C; }
a { background-color: rgb(165,194,124); }
div.DivClassName
{
background-color: #A5C27C;
}
.BgClassName
{
background-color: #A5C27C;
}
</style>
border-color css
<style>
span { border-color: #A5C27C; }
span { border-color: rgb(165,194,124); }
td.TdClassName
{
border-color: #A5C27C;
}
.TagClassName
{
border-color: #A5C27C;
}
</style>