Shades of Olivine #99CE5D
Tints of Olivine #99CE5D
RGB
CMYK
RGB Variations
Color information
#99CE5D (or 0x99CE5D) is known color: Olivine. HEX triplet: 99, CE and 5D. RGB value is (153,206,93). Sum of RGB (Red+Green+Blue) = 153+206+93=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE5D is #6631A2. Grayscale: #B1B1B1. Windows color (decimal): -6697379 or 6147737. OLE color: 6147737.
HSL color Cylindrical-coordinate representation of color #99CE5D: hue angle of 88.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99CE5D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 93 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.19 |
| HSL | 88.14º | 0.54% | 0.59% | - |
| HSV(B) | 88.14º | 0.55% | 0.81% | - |
| XYZ | 37.18 | 51.71 | 18.38 | - |
| YUV | 177.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 93 | 0.26 | 0 | 0.55 | 0.19 | 88.14 | 0.54 | 0.59 |
| Hex | 99 | CE | 5D | 1A | 0 | 37 | 13 | 58 | 36 | 3B |
| Octal | 231 | 316 | 135 | 32 | 0 | 67 | 23 | 130 | 66 | 73 |
| Binary | 10011001 | 11001110 | 1011101 | 11010 | 0 | 110111 | 10011 | 1011000 | 110110 | 111011 |
Color Harmonies of #99CE5D
Complementary color
Monochromatic Colors of #99CE5D
Black with #99CE5D
Text Example
Text Example
White with #99CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE5D; }
p { color: rgb(153,206,93); }
H1.HeaderClassName
{
color: #99CE5D;
}
.AnyTagClassName
{
color: #99CE5D;
}
</style>
background-color css
<style>
a { background-color: #99CE5D; }
a { background-color: rgb(153,206,93); }
div.DivClassName
{
background-color: #99CE5D;
}
.BgClassName
{
background-color: #99CE5D;
}
</style>
border-color css
<style>
span { border-color: #99CE5D; }
span { border-color: rgb(153,206,93); }
td.TdClassName
{
border-color: #99CE5D;
}
.TagClassName
{
border-color: #99CE5D;
}
</style>