Shades of Caper #A7BC79
Tints of Caper #A7BC79
RGB
CMYK
RGB Variations
Color information
#A7BC79 (or 0xA7BC79) is known color: Caper. HEX triplet: A7, BC and 79. RGB value is (167,188,121). Sum of RGB (Red+Green+Blue) = 167+188+121=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC79 is #584386. Grayscale: #AEAEAE. Windows color (decimal): -5784455 or 7978151. OLE color: 7978151.
HSL color Cylindrical-coordinate representation of color #A7BC79: hue angle of 78.81º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7BC79 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 121 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.26 |
| HSL | 78.81º | 0.33% | 0.61% | - |
| HSV(B) | 78.81º | 0.36% | 0.74% | - |
| XYZ | 37.37 | 45.56 | 24.91 | - |
| YUV | 174.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 121 | 0.11 | 0 | 0.36 | 0.26 | 78.81 | 0.33 | 0.61 |
| Hex | A7 | BC | 79 | B | 0 | 24 | 1A | 4F | 21 | 3D |
| Octal | 247 | 274 | 171 | 13 | 0 | 44 | 32 | 117 | 41 | 75 |
| Binary | 10100111 | 10111100 | 1111001 | 1011 | 0 | 100100 | 11010 | 1001111 | 100001 | 111101 |
Color Harmonies of #A7BC79
Complementary color
Monochromatic Colors of #A7BC79
Black with #A7BC79
Text Example
Text Example
White with #A7BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC79; }
p { color: rgb(167,188,121); }
H1.HeaderClassName
{
color: #A7BC79;
}
.AnyTagClassName
{
color: #A7BC79;
}
</style>
background-color css
<style>
a { background-color: #A7BC79; }
a { background-color: rgb(167,188,121); }
div.DivClassName
{
background-color: #A7BC79;
}
.BgClassName
{
background-color: #A7BC79;
}
</style>
border-color css
<style>
span { border-color: #A7BC79; }
span { border-color: rgb(167,188,121); }
td.TdClassName
{
border-color: #A7BC79;
}
.TagClassName
{
border-color: #A7BC79;
}
</style>