Shades of Olivine #A2B278
Tints of Olivine #A2B278
RGB
CMYK
RGB Variations
Color information
#A2B278 (or 0xA2B278) is known color: Olivine. HEX triplet: A2, B2 and 78. RGB value is (162,178,120). Sum of RGB (Red+Green+Blue) = 162+178+120=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B278 is #5D4D87. Grayscale: #A6A6A6. Windows color (decimal): -6114696 or 7910050. OLE color: 7910050.
HSL color Cylindrical-coordinate representation of color #A2B278: hue angle of 76.55º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B278 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 120 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.30 |
| HSL | 76.55º | 0.27% | 0.58% | - |
| HSV(B) | 76.55º | 0.33% | 0.7% | - |
| XYZ | 34.21 | 40.88 | 23.86 | - |
| YUV | 166.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 120 | 0.09 | 0 | 0.33 | 0.30 | 76.55 | 0.27 | 0.58 |
| Hex | A2 | B2 | 78 | 9 | 0 | 21 | 1E | 4D | 1B | 3A |
| Octal | 242 | 262 | 170 | 11 | 0 | 41 | 36 | 115 | 33 | 72 |
| Binary | 10100010 | 10110010 | 1111000 | 1001 | 0 | 100001 | 11110 | 1001101 | 11011 | 111010 |
Color Harmonies of #A2B278
Complementary color
Monochromatic Colors of #A2B278
Black with #A2B278
Text Example
Text Example
White with #A2B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B278; }
p { color: rgb(162,178,120); }
H1.HeaderClassName
{
color: #A2B278;
}
.AnyTagClassName
{
color: #A2B278;
}
</style>
background-color css
<style>
a { background-color: #A2B278; }
a { background-color: rgb(162,178,120); }
div.DivClassName
{
background-color: #A2B278;
}
.BgClassName
{
background-color: #A2B278;
}
</style>
border-color css
<style>
span { border-color: #A2B278; }
span { border-color: rgb(162,178,120); }
td.TdClassName
{
border-color: #A2B278;
}
.TagClassName
{
border-color: #A2B278;
}
</style>