Shades of Caper #A7CE74
Tints of Caper #A7CE74
RGB
CMYK
RGB Variations
Color information
#A7CE74 (or 0xA7CE74) is known color: Caper. HEX triplet: A7, CE and 74. RGB value is (167,206,116). Sum of RGB (Red+Green+Blue) = 167+206+116=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE74 is #58318B. Grayscale: #B8B8B8. Windows color (decimal): -5779852 or 7655079. OLE color: 7655079.
HSL color Cylindrical-coordinate representation of color #A7CE74: hue angle of 86º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7CE74 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 116 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.19 |
| HSL | 86º | 0.48% | 0.63% | - |
| HSV(B) | 86º | 0.44% | 0.81% | - |
| XYZ | 41.16 | 53.62 | 24.7 | - |
| YUV | 184.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 116 | 0.19 | 0 | 0.44 | 0.19 | 86 | 0.48 | 0.63 |
| Hex | A7 | CE | 74 | 13 | 0 | 2C | 13 | 56 | 30 | 3F |
| Octal | 247 | 316 | 164 | 23 | 0 | 54 | 23 | 126 | 60 | 77 |
| Binary | 10100111 | 11001110 | 1110100 | 10011 | 0 | 101100 | 10011 | 1010110 | 110000 | 111111 |
Color Harmonies of #A7CE74
Complementary color
Monochromatic Colors of #A7CE74
Black with #A7CE74
Text Example
Text Example
White with #A7CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE74; }
p { color: rgb(167,206,116); }
H1.HeaderClassName
{
color: #A7CE74;
}
.AnyTagClassName
{
color: #A7CE74;
}
</style>
background-color css
<style>
a { background-color: #A7CE74; }
a { background-color: rgb(167,206,116); }
div.DivClassName
{
background-color: #A7CE74;
}
.BgClassName
{
background-color: #A7CE74;
}
</style>
border-color css
<style>
span { border-color: #A7CE74; }
span { border-color: rgb(167,206,116); }
td.TdClassName
{
border-color: #A7CE74;
}
.TagClassName
{
border-color: #A7CE74;
}
</style>