Shades of Caper #A6C67B
Tints of Caper #A6C67B
RGB
CMYK
RGB Variations
Color information
#A6C67B (or 0xA6C67B) is known color: Caper. HEX triplet: A6, C6 and 7B. RGB value is (166,198,123). Sum of RGB (Red+Green+Blue) = 166+198+123=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67B is #593984. Grayscale: #B4B4B4. Windows color (decimal): -5847429 or 8111782. OLE color: 8111782.
HSL color Cylindrical-coordinate representation of color #A6C67B: hue angle of 85.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C67B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 123 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.22 |
| HSL | 85.6º | 0.4% | 0.63% | - |
| HSV(B) | 85.6º | 0.38% | 0.78% | - |
| XYZ | 39.5 | 49.93 | 26.29 | - |
| YUV | 179.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 123 | 0.16 | 0 | 0.38 | 0.22 | 85.6 | 0.4 | 0.63 |
| Hex | A6 | C6 | 7B | 10 | 0 | 26 | 16 | 56 | 28 | 3F |
| Octal | 246 | 306 | 173 | 20 | 0 | 46 | 26 | 126 | 50 | 77 |
| Binary | 10100110 | 11000110 | 1111011 | 10000 | 0 | 100110 | 10110 | 1010110 | 101000 | 111111 |
Color Harmonies of #A6C67B
Complementary color
Monochromatic Colors of #A6C67B
Black with #A6C67B
Text Example
Text Example
White with #A6C67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C67B; }
p { color: rgb(166,198,123); }
H1.HeaderClassName
{
color: #A6C67B;
}
.AnyTagClassName
{
color: #A6C67B;
}
</style>
background-color css
<style>
a { background-color: #A6C67B; }
a { background-color: rgb(166,198,123); }
div.DivClassName
{
background-color: #A6C67B;
}
.BgClassName
{
background-color: #A6C67B;
}
</style>
border-color css
<style>
span { border-color: #A6C67B; }
span { border-color: rgb(166,198,123); }
td.TdClassName
{
border-color: #A6C67B;
}
.TagClassName
{
border-color: #A6C67B;
}
</style>