Shades of Caper #A6C37B
Tints of Caper #A6C37B
RGB
CMYK
RGB Variations
Color information
#A6C37B (or 0xA6C37B) is known color: Caper. HEX triplet: A6, C3 and 7B. RGB value is (166,195,123). Sum of RGB (Red+Green+Blue) = 166+195+123=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C37B is #593C84. Grayscale: #B2B2B2. Windows color (decimal): -5848197 or 8111014. OLE color: 8111014.
HSL color Cylindrical-coordinate representation of color #A6C37B: hue angle of 84.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6C37B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 123 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.24 |
| HSL | 84.17º | 0.38% | 0.62% | - |
| HSV(B) | 84.17º | 0.37% | 0.76% | - |
| XYZ | 38.82 | 48.57 | 26.07 | - |
| YUV | 178.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 123 | 0.15 | 0 | 0.37 | 0.24 | 84.17 | 0.38 | 0.62 |
| Hex | A6 | C3 | 7B | F | 0 | 25 | 18 | 54 | 26 | 3E |
| Octal | 246 | 303 | 173 | 17 | 0 | 45 | 30 | 124 | 46 | 76 |
| Binary | 10100110 | 11000011 | 1111011 | 1111 | 0 | 100101 | 11000 | 1010100 | 100110 | 111110 |
Color Harmonies of #A6C37B
Complementary color
Monochromatic Colors of #A6C37B
Black with #A6C37B
Text Example
Text Example
White with #A6C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C37B; }
p { color: rgb(166,195,123); }
H1.HeaderClassName
{
color: #A6C37B;
}
.AnyTagClassName
{
color: #A6C37B;
}
</style>
background-color css
<style>
a { background-color: #A6C37B; }
a { background-color: rgb(166,195,123); }
div.DivClassName
{
background-color: #A6C37B;
}
.BgClassName
{
background-color: #A6C37B;
}
</style>
border-color css
<style>
span { border-color: #A6C37B; }
span { border-color: rgb(166,195,123); }
td.TdClassName
{
border-color: #A6C37B;
}
.TagClassName
{
border-color: #A6C37B;
}
</style>