Shades of Olivine #A3BE62
Tints of Olivine #A3BE62
RGB
CMYK
RGB Variations
Color information
#A3BE62 (or 0xA3BE62) is known color: Olivine. HEX triplet: A3, BE and 62. RGB value is (163,190,98). Sum of RGB (Red+Green+Blue) = 163+190+98=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE62 is #5C419D. Grayscale: #ABABAB. Windows color (decimal): -6046110 or 6471331. OLE color: 6471331.
HSL color Cylindrical-coordinate representation of color #A3BE62: hue angle of 77.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3BE62 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 98 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.25 |
| HSL | 77.61º | 0.41% | 0.56% | - |
| HSV(B) | 77.61º | 0.48% | 0.75% | - |
| XYZ | 35.72 | 45.5 | 18.45 | - |
| YUV | 171.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 98 | 0.14 | 0 | 0.48 | 0.25 | 77.61 | 0.41 | 0.56 |
| Hex | A3 | BE | 62 | E | 0 | 30 | 19 | 4E | 29 | 38 |
| Octal | 243 | 276 | 142 | 16 | 0 | 60 | 31 | 116 | 51 | 70 |
| Binary | 10100011 | 10111110 | 1100010 | 1110 | 0 | 110000 | 11001 | 1001110 | 101001 | 111000 |
Color Harmonies of #A3BE62
Complementary color
Monochromatic Colors of #A3BE62
Black with #A3BE62
Text Example
Text Example
White with #A3BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE62; }
p { color: rgb(163,190,98); }
H1.HeaderClassName
{
color: #A3BE62;
}
.AnyTagClassName
{
color: #A3BE62;
}
</style>
background-color css
<style>
a { background-color: #A3BE62; }
a { background-color: rgb(163,190,98); }
div.DivClassName
{
background-color: #A3BE62;
}
.BgClassName
{
background-color: #A3BE62;
}
</style>
border-color css
<style>
span { border-color: #A3BE62; }
span { border-color: rgb(163,190,98); }
td.TdClassName
{
border-color: #A3BE62;
}
.TagClassName
{
border-color: #A3BE62;
}
</style>