Shades of Olivine #A2BC74
Tints of Olivine #A2BC74
RGB
CMYK
RGB Variations
Color information
#A2BC74 (or 0xA2BC74) is known color: Olivine. HEX triplet: A2, BC and 74. RGB value is (162,188,116). Sum of RGB (Red+Green+Blue) = 162+188+116=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC74 is #5D438B. Grayscale: #ACACAC. Windows color (decimal): -6112140 or 7650466. OLE color: 7650466.
HSL color Cylindrical-coordinate representation of color #A2BC74: hue angle of 81.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2BC74 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 116 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.26 |
| HSL | 81.67º | 0.35% | 0.6% | - |
| HSV(B) | 81.67º | 0.38% | 0.74% | - |
| XYZ | 36.04 | 44.91 | 23.29 | - |
| YUV | 172.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 116 | 0.14 | 0 | 0.38 | 0.26 | 81.67 | 0.35 | 0.6 |
| Hex | A2 | BC | 74 | E | 0 | 26 | 1A | 52 | 23 | 3C |
| Octal | 242 | 274 | 164 | 16 | 0 | 46 | 32 | 122 | 43 | 74 |
| Binary | 10100010 | 10111100 | 1110100 | 1110 | 0 | 100110 | 11010 | 1010010 | 100011 | 111100 |
Color Harmonies of #A2BC74
Complementary color
Monochromatic Colors of #A2BC74
Black with #A2BC74
Text Example
Text Example
White with #A2BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC74; }
p { color: rgb(162,188,116); }
H1.HeaderClassName
{
color: #A2BC74;
}
.AnyTagClassName
{
color: #A2BC74;
}
</style>
background-color css
<style>
a { background-color: #A2BC74; }
a { background-color: rgb(162,188,116); }
div.DivClassName
{
background-color: #A2BC74;
}
.BgClassName
{
background-color: #A2BC74;
}
</style>
border-color css
<style>
span { border-color: #A2BC74; }
span { border-color: rgb(162,188,116); }
td.TdClassName
{
border-color: #A2BC74;
}
.TagClassName
{
border-color: #A2BC74;
}
</style>