Shades of Caper #A6BE7B
Tints of Caper #A6BE7B
RGB
CMYK
RGB Variations
Color information
#A6BE7B (or 0xA6BE7B) is known color: Caper. HEX triplet: A6, BE and 7B. RGB value is (166,190,123). Sum of RGB (Red+Green+Blue) = 166+190+123=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7B is #594184. Grayscale: #AFAFAF. Windows color (decimal): -5849477 or 8109734. OLE color: 8109734.
HSL color Cylindrical-coordinate representation of color #A6BE7B: hue angle of 81.49º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BE7B is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 123 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.25 |
| HSL | 81.49º | 0.34% | 0.61% | - |
| HSV(B) | 81.49º | 0.35% | 0.75% | - |
| XYZ | 37.71 | 46.36 | 25.7 | - |
| YUV | 175.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 123 | 0.13 | 0 | 0.35 | 0.25 | 81.49 | 0.34 | 0.61 |
| Hex | A6 | BE | 7B | D | 0 | 23 | 19 | 51 | 22 | 3D |
| Octal | 246 | 276 | 173 | 15 | 0 | 43 | 31 | 121 | 42 | 75 |
| Binary | 10100110 | 10111110 | 1111011 | 1101 | 0 | 100011 | 11001 | 1010001 | 100010 | 111101 |
Color Harmonies of #A6BE7B
Complementary color
Monochromatic Colors of #A6BE7B
Black with #A6BE7B
Text Example
Text Example
White with #A6BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE7B; }
p { color: rgb(166,190,123); }
H1.HeaderClassName
{
color: #A6BE7B;
}
.AnyTagClassName
{
color: #A6BE7B;
}
</style>
background-color css
<style>
a { background-color: #A6BE7B; }
a { background-color: rgb(166,190,123); }
div.DivClassName
{
background-color: #A6BE7B;
}
.BgClassName
{
background-color: #A6BE7B;
}
</style>
border-color css
<style>
span { border-color: #A6BE7B; }
span { border-color: rgb(166,190,123); }
td.TdClassName
{
border-color: #A6BE7B;
}
.TagClassName
{
border-color: #A6BE7B;
}
</style>