Shades of Caper #A7BE74
Tints of Caper #A7BE74
RGB
CMYK
RGB Variations
Color information
#A7BE74 (or 0xA7BE74) is known color: Caper. HEX triplet: A7, BE and 74. RGB value is (167,190,116). Sum of RGB (Red+Green+Blue) = 167+190+116=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE74 is #58418B. Grayscale: #AEAEAE. Windows color (decimal): -5783948 or 7650983. OLE color: 7650983.
HSL color Cylindrical-coordinate representation of color #A7BE74: hue angle of 78.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7BE74 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 116 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.25 |
| HSL | 78.65º | 0.36% | 0.6% | - |
| HSV(B) | 78.65º | 0.39% | 0.75% | - |
| XYZ | 37.5 | 46.3 | 23.48 | - |
| YUV | 174.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 116 | 0.12 | 0 | 0.39 | 0.25 | 78.65 | 0.36 | 0.6 |
| Hex | A7 | BE | 74 | C | 0 | 27 | 19 | 4F | 24 | 3C |
| Octal | 247 | 276 | 164 | 14 | 0 | 47 | 31 | 117 | 44 | 74 |
| Binary | 10100111 | 10111110 | 1110100 | 1100 | 0 | 100111 | 11001 | 1001111 | 100100 | 111100 |
Color Harmonies of #A7BE74
Complementary color
Monochromatic Colors of #A7BE74
Black with #A7BE74
Text Example
Text Example
White with #A7BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BE74; }
p { color: rgb(167,190,116); }
H1.HeaderClassName
{
color: #A7BE74;
}
.AnyTagClassName
{
color: #A7BE74;
}
</style>
background-color css
<style>
a { background-color: #A7BE74; }
a { background-color: rgb(167,190,116); }
div.DivClassName
{
background-color: #A7BE74;
}
.BgClassName
{
background-color: #A7BE74;
}
</style>
border-color css
<style>
span { border-color: #A7BE74; }
span { border-color: rgb(167,190,116); }
td.TdClassName
{
border-color: #A7BE74;
}
.TagClassName
{
border-color: #A7BE74;
}
</style>