Shades of Olivine #99C458
Tints of Olivine #99C458
RGB
CMYK
RGB Variations
Color information
#99C458 (or 0x99C458) is known color: Olivine. HEX triplet: 99, C4 and 58. RGB value is (153,196,88). Sum of RGB (Red+Green+Blue) = 153+196+88=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #99C458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C458 is #663BA7. Grayscale: #ABABAB. Windows color (decimal): -6699944 or 5817497. OLE color: 5817497.
HSL color Cylindrical-coordinate representation of color #99C458: hue angle of 83.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99C458 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 88 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.23 |
| HSL | 83.89º | 0.48% | 0.56% | - |
| HSV(B) | 83.89º | 0.55% | 0.77% | - |
| XYZ | 34.64 | 46.96 | 16.47 | - |
| YUV | 170.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 88 | 0.22 | 0 | 0.55 | 0.23 | 83.89 | 0.48 | 0.56 |
| Hex | 99 | C4 | 58 | 16 | 0 | 37 | 17 | 54 | 30 | 38 |
| Octal | 231 | 304 | 130 | 26 | 0 | 67 | 27 | 124 | 60 | 70 |
| Binary | 10011001 | 11000100 | 1011000 | 10110 | 0 | 110111 | 10111 | 1010100 | 110000 | 111000 |
Color Harmonies of #99C458
Complementary color
Monochromatic Colors of #99C458
Black with #99C458
Text Example
Text Example
White with #99C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C458; }
p { color: rgb(153,196,88); }
H1.HeaderClassName
{
color: #99C458;
}
.AnyTagClassName
{
color: #99C458;
}
</style>
background-color css
<style>
a { background-color: #99C458; }
a { background-color: rgb(153,196,88); }
div.DivClassName
{
background-color: #99C458;
}
.BgClassName
{
background-color: #99C458;
}
</style>
border-color css
<style>
span { border-color: #99C458; }
span { border-color: rgb(153,196,88); }
td.TdClassName
{
border-color: #99C458;
}
.TagClassName
{
border-color: #99C458;
}
</style>