Shades of Caper #A8C67D
Tints of Caper #A8C67D
RGB
CMYK
RGB Variations
Color information
#A8C67D (or 0xA8C67D) is known color: Caper. HEX triplet: A8, C6 and 7D. RGB value is (168,198,125). Sum of RGB (Red+Green+Blue) = 168+198+125=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C67D is #573982. Grayscale: #B4B4B4. Windows color (decimal): -5716355 or 8242856. OLE color: 8242856.
HSL color Cylindrical-coordinate representation of color #A8C67D: hue angle of 84.66º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C67D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 125 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.22 |
| HSL | 84.66º | 0.39% | 0.63% | - |
| HSV(B) | 84.66º | 0.37% | 0.78% | - |
| XYZ | 40.04 | 50.19 | 26.98 | - |
| YUV | 180.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 125 | 0.15 | 0 | 0.37 | 0.22 | 84.66 | 0.39 | 0.63 |
| Hex | A8 | C6 | 7D | F | 0 | 25 | 16 | 55 | 27 | 3F |
| Octal | 250 | 306 | 175 | 17 | 0 | 45 | 26 | 125 | 47 | 77 |
| Binary | 10101000 | 11000110 | 1111101 | 1111 | 0 | 100101 | 10110 | 1010101 | 100111 | 111111 |
Color Harmonies of #A8C67D
Complementary color
Monochromatic Colors of #A8C67D
Black with #A8C67D
Text Example
Text Example
White with #A8C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C67D; }
p { color: rgb(168,198,125); }
H1.HeaderClassName
{
color: #A8C67D;
}
.AnyTagClassName
{
color: #A8C67D;
}
</style>
background-color css
<style>
a { background-color: #A8C67D; }
a { background-color: rgb(168,198,125); }
div.DivClassName
{
background-color: #A8C67D;
}
.BgClassName
{
background-color: #A8C67D;
}
</style>
border-color css
<style>
span { border-color: #A8C67D; }
span { border-color: rgb(168,198,125); }
td.TdClassName
{
border-color: #A8C67D;
}
.TagClassName
{
border-color: #A8C67D;
}
</style>