Shades of Caper #A5C57D
Tints of Caper #A5C57D
RGB
CMYK
RGB Variations
Color information
#A5C57D (or 0xA5C57D) is known color: Caper. HEX triplet: A5, C5 and 7D. RGB value is (165,197,125). Sum of RGB (Red+Green+Blue) = 165+197+125=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C57D is #5A3A82. Grayscale: #B3B3B3. Windows color (decimal): -5913219 or 8242597. OLE color: 8242597.
HSL color Cylindrical-coordinate representation of color #A5C57D: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5C57D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 125 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.23 |
| HSL | 86.67º | 0.38% | 0.63% | - |
| HSV(B) | 86.67º | 0.37% | 0.77% | - |
| XYZ | 39.18 | 49.41 | 26.87 | - |
| YUV | 179.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 125 | 0.16 | 0 | 0.37 | 0.23 | 86.67 | 0.38 | 0.63 |
| Hex | A5 | C5 | 7D | 10 | 0 | 25 | 17 | 57 | 26 | 3F |
| Octal | 245 | 305 | 175 | 20 | 0 | 45 | 27 | 127 | 46 | 77 |
| Binary | 10100101 | 11000101 | 1111101 | 10000 | 0 | 100101 | 10111 | 1010111 | 100110 | 111111 |
Color Harmonies of #A5C57D
Complementary color
Monochromatic Colors of #A5C57D
Black with #A5C57D
Text Example
Text Example
White with #A5C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C57D; }
p { color: rgb(165,197,125); }
H1.HeaderClassName
{
color: #A5C57D;
}
.AnyTagClassName
{
color: #A5C57D;
}
</style>
background-color css
<style>
a { background-color: #A5C57D; }
a { background-color: rgb(165,197,125); }
div.DivClassName
{
background-color: #A5C57D;
}
.BgClassName
{
background-color: #A5C57D;
}
</style>
border-color css
<style>
span { border-color: #A5C57D; }
span { border-color: rgb(165,197,125); }
td.TdClassName
{
border-color: #A5C57D;
}
.TagClassName
{
border-color: #A5C57D;
}
</style>