Shades of Olivine #A2BD65
Tints of Olivine #A2BD65
RGB
CMYK
RGB Variations
Color information
#A2BD65 (or 0xA2BD65) is known color: Olivine. HEX triplet: A2, BD and 65. RGB value is (162,189,101). Sum of RGB (Red+Green+Blue) = 162+189+101=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD65 is #5D429A. Grayscale: #ABABAB. Windows color (decimal): -6111899 or 6667682. OLE color: 6667682.
HSL color Cylindrical-coordinate representation of color #A2BD65: hue angle of 78.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2BD65 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 101 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.26 |
| HSL | 78.41º | 0.4% | 0.57% | - |
| HSV(B) | 78.41º | 0.47% | 0.74% | - |
| XYZ | 35.45 | 45.02 | 19.13 | - |
| YUV | 170.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 101 | 0.14 | 0 | 0.47 | 0.26 | 78.41 | 0.4 | 0.57 |
| Hex | A2 | BD | 65 | E | 0 | 2F | 1A | 4E | 28 | 39 |
| Octal | 242 | 275 | 145 | 16 | 0 | 57 | 32 | 116 | 50 | 71 |
| Binary | 10100010 | 10111101 | 1100101 | 1110 | 0 | 101111 | 11010 | 1001110 | 101000 | 111001 |
Color Harmonies of #A2BD65
Complementary color
Monochromatic Colors of #A2BD65
Black with #A2BD65
Text Example
Text Example
White with #A2BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD65; }
p { color: rgb(162,189,101); }
H1.HeaderClassName
{
color: #A2BD65;
}
.AnyTagClassName
{
color: #A2BD65;
}
</style>
background-color css
<style>
a { background-color: #A2BD65; }
a { background-color: rgb(162,189,101); }
div.DivClassName
{
background-color: #A2BD65;
}
.BgClassName
{
background-color: #A2BD65;
}
</style>
border-color css
<style>
span { border-color: #A2BD65; }
span { border-color: rgb(162,189,101); }
td.TdClassName
{
border-color: #A2BD65;
}
.TagClassName
{
border-color: #A2BD65;
}
</style>