Shades of Olivine #A8C46B
Tints of Olivine #A8C46B
RGB
CMYK
RGB Variations
Color information
#A8C46B (or 0xA8C46B) is known color: Olivine. HEX triplet: A8, C4 and 6B. RGB value is (168,196,107). Sum of RGB (Red+Green+Blue) = 168+196+107=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C46B is #573B94. Grayscale: #B1B1B1. Windows color (decimal): -5716885 or 7062696. OLE color: 7062696.
HSL color Cylindrical-coordinate representation of color #A8C46B: hue angle of 78.88º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8C46B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 107 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.23 |
| HSL | 78.88º | 0.43% | 0.59% | - |
| HSV(B) | 78.88º | 0.45% | 0.77% | - |
| XYZ | 38.54 | 48.87 | 21.31 | - |
| YUV | 177.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 107 | 0.14 | 0 | 0.45 | 0.23 | 78.88 | 0.43 | 0.59 |
| Hex | A8 | C4 | 6B | E | 0 | 2D | 17 | 4F | 2B | 3B |
| Octal | 250 | 304 | 153 | 16 | 0 | 55 | 27 | 117 | 53 | 73 |
| Binary | 10101000 | 11000100 | 1101011 | 1110 | 0 | 101101 | 10111 | 1001111 | 101011 | 111011 |
Color Harmonies of #A8C46B
Complementary color
Monochromatic Colors of #A8C46B
Black with #A8C46B
Text Example
Text Example
White with #A8C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C46B; }
p { color: rgb(168,196,107); }
H1.HeaderClassName
{
color: #A8C46B;
}
.AnyTagClassName
{
color: #A8C46B;
}
</style>
background-color css
<style>
a { background-color: #A8C46B; }
a { background-color: rgb(168,196,107); }
div.DivClassName
{
background-color: #A8C46B;
}
.BgClassName
{
background-color: #A8C46B;
}
</style>
border-color css
<style>
span { border-color: #A8C46B; }
span { border-color: rgb(168,196,107); }
td.TdClassName
{
border-color: #A8C46B;
}
.TagClassName
{
border-color: #A8C46B;
}
</style>