Shades of Olivine #99BE60
Tints of Olivine #99BE60
RGB
CMYK
RGB Variations
Color information
#99BE60 (or 0x99BE60) is known color: Olivine. HEX triplet: 99, BE and 60. RGB value is (153,190,96). Sum of RGB (Red+Green+Blue) = 153+190+96=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE60 is #66419F. Grayscale: #A8A8A8. Windows color (decimal): -6701472 or 6340249. OLE color: 6340249.
HSL color Cylindrical-coordinate representation of color #99BE60: hue angle of 83.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99BE60 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 96 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.25 |
| HSL | 83.62º | 0.42% | 0.56% | - |
| HSV(B) | 83.62º | 0.49% | 0.75% | - |
| XYZ | 33.66 | 44.44 | 17.87 | - |
| YUV | 168.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 96 | 0.19 | 0 | 0.49 | 0.25 | 83.62 | 0.42 | 0.56 |
| Hex | 99 | BE | 60 | 13 | 0 | 31 | 19 | 54 | 2A | 38 |
| Octal | 231 | 276 | 140 | 23 | 0 | 61 | 31 | 124 | 52 | 70 |
| Binary | 10011001 | 10111110 | 1100000 | 10011 | 0 | 110001 | 11001 | 1010100 | 101010 | 111000 |
Color Harmonies of #99BE60
Complementary color
Monochromatic Colors of #99BE60
Black with #99BE60
Text Example
Text Example
White with #99BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE60; }
p { color: rgb(153,190,96); }
H1.HeaderClassName
{
color: #99BE60;
}
.AnyTagClassName
{
color: #99BE60;
}
</style>
background-color css
<style>
a { background-color: #99BE60; }
a { background-color: rgb(153,190,96); }
div.DivClassName
{
background-color: #99BE60;
}
.BgClassName
{
background-color: #99BE60;
}
</style>
border-color css
<style>
span { border-color: #99BE60; }
span { border-color: rgb(153,190,96); }
td.TdClassName
{
border-color: #99BE60;
}
.TagClassName
{
border-color: #99BE60;
}
</style>