Shades of Caper #A8C67E
Tints of Caper #A8C67E
RGB
CMYK
RGB Variations
Color information
#A8C67E (or 0xA8C67E) is known color: Caper. HEX triplet: A8, C6 and 7E. RGB value is (168,198,126). Sum of RGB (Red+Green+Blue) = 168+198+126=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C67E is #573981. Grayscale: #B5B5B5. Windows color (decimal): -5716354 or 8308392. OLE color: 8308392.
HSL color Cylindrical-coordinate representation of color #A8C67E: hue angle of 85º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C67E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 126 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.22 |
| HSL | 85º | 0.39% | 0.64% | - |
| HSV(B) | 85º | 0.36% | 0.78% | - |
| XYZ | 40.11 | 50.22 | 27.32 | - |
| YUV | 180.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 126 | 0.15 | 0 | 0.36 | 0.22 | 85 | 0.39 | 0.64 |
| Hex | A8 | C6 | 7E | F | 0 | 24 | 16 | 55 | 27 | 40 |
| Octal | 250 | 306 | 176 | 17 | 0 | 44 | 26 | 125 | 47 | 100 |
| Binary | 10101000 | 11000110 | 1111110 | 1111 | 0 | 100100 | 10110 | 1010101 | 100111 | 1000000 |
Color Harmonies of #A8C67E
Complementary color
Monochromatic Colors of #A8C67E
Black with #A8C67E
Text Example
Text Example
White with #A8C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C67E; }
p { color: rgb(168,198,126); }
H1.HeaderClassName
{
color: #A8C67E;
}
.AnyTagClassName
{
color: #A8C67E;
}
</style>
background-color css
<style>
a { background-color: #A8C67E; }
a { background-color: rgb(168,198,126); }
div.DivClassName
{
background-color: #A8C67E;
}
.BgClassName
{
background-color: #A8C67E;
}
</style>
border-color css
<style>
span { border-color: #A8C67E; }
span { border-color: rgb(168,198,126); }
td.TdClassName
{
border-color: #A8C67E;
}
.TagClassName
{
border-color: #A8C67E;
}
</style>