Shades of Caper #A8C378
Tints of Caper #A8C378
RGB
CMYK
RGB Variations
Color information
#A8C378 (or 0xA8C378) is known color: Caper. HEX triplet: A8, C3 and 78. RGB value is (168,195,120). Sum of RGB (Red+Green+Blue) = 168+195+120=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C378 is #573C87. Grayscale: #B2B2B2. Windows color (decimal): -5717128 or 7914408. OLE color: 7914408.
HSL color Cylindrical-coordinate representation of color #A8C378: hue angle of 81.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C378 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 120 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.24 |
| HSL | 81.6º | 0.38% | 0.62% | - |
| HSV(B) | 81.6º | 0.38% | 0.76% | - |
| XYZ | 39.05 | 48.71 | 25.11 | - |
| YUV | 178.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 120 | 0.14 | 0 | 0.38 | 0.24 | 81.6 | 0.38 | 0.62 |
| Hex | A8 | C3 | 78 | E | 0 | 26 | 18 | 52 | 26 | 3E |
| Octal | 250 | 303 | 170 | 16 | 0 | 46 | 30 | 122 | 46 | 76 |
| Binary | 10101000 | 11000011 | 1111000 | 1110 | 0 | 100110 | 11000 | 1010010 | 100110 | 111110 |
Color Harmonies of #A8C378
Complementary color
Monochromatic Colors of #A8C378
Black with #A8C378
Text Example
Text Example
White with #A8C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C378; }
p { color: rgb(168,195,120); }
H1.HeaderClassName
{
color: #A8C378;
}
.AnyTagClassName
{
color: #A8C378;
}
</style>
background-color css
<style>
a { background-color: #A8C378; }
a { background-color: rgb(168,195,120); }
div.DivClassName
{
background-color: #A8C378;
}
.BgClassName
{
background-color: #A8C378;
}
</style>
border-color css
<style>
span { border-color: #A8C378; }
span { border-color: rgb(168,195,120); }
td.TdClassName
{
border-color: #A8C378;
}
.TagClassName
{
border-color: #A8C378;
}
</style>