Shades of Olivine #99BE5E
Tints of Olivine #99BE5E
RGB
CMYK
RGB Variations
Color information
#99BE5E (or 0x99BE5E) is known color: Olivine. HEX triplet: 99, BE and 5E. RGB value is (153,190,94). Sum of RGB (Red+Green+Blue) = 153+190+94=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE5E is #6641A1. Grayscale: #A8A8A8. Windows color (decimal): -6701474 or 6209177. OLE color: 6209177.
HSL color Cylindrical-coordinate representation of color #99BE5E: hue angle of 83.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BE5E is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 94 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.25 |
| HSL | 83.13º | 0.42% | 0.56% | - |
| HSV(B) | 83.13º | 0.51% | 0.75% | - |
| XYZ | 33.57 | 44.41 | 17.39 | - |
| YUV | 167.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 94 | 0.19 | 0 | 0.51 | 0.25 | 83.13 | 0.42 | 0.56 |
| Hex | 99 | BE | 5E | 13 | 0 | 33 | 19 | 53 | 2A | 38 |
| Octal | 231 | 276 | 136 | 23 | 0 | 63 | 31 | 123 | 52 | 70 |
| Binary | 10011001 | 10111110 | 1011110 | 10011 | 0 | 110011 | 11001 | 1010011 | 101010 | 111000 |
Color Harmonies of #99BE5E
Complementary color
Monochromatic Colors of #99BE5E
Black with #99BE5E
Text Example
Text Example
White with #99BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE5E; }
p { color: rgb(153,190,94); }
H1.HeaderClassName
{
color: #99BE5E;
}
.AnyTagClassName
{
color: #99BE5E;
}
</style>
background-color css
<style>
a { background-color: #99BE5E; }
a { background-color: rgb(153,190,94); }
div.DivClassName
{
background-color: #99BE5E;
}
.BgClassName
{
background-color: #99BE5E;
}
</style>
border-color css
<style>
span { border-color: #99BE5E; }
span { border-color: rgb(153,190,94); }
td.TdClassName
{
border-color: #99BE5E;
}
.TagClassName
{
border-color: #99BE5E;
}
</style>