Shades of Olivine #99C25B
Tints of Olivine #99C25B
RGB
CMYK
RGB Variations
Color information
#99C25B (or 0x99C25B) is known color: Olivine. HEX triplet: 99, C2 and 5B. RGB value is (153,194,91). Sum of RGB (Red+Green+Blue) = 153+194+91=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #99C25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C25B is #663DA4. Grayscale: #AAAAAA. Windows color (decimal): -6700453 or 6013593. OLE color: 6013593.
HSL color Cylindrical-coordinate representation of color #99C25B: hue angle of 83.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99C25B is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 91 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.24 |
| HSL | 83.88º | 0.46% | 0.56% | - |
| HSV(B) | 83.88º | 0.53% | 0.76% | - |
| XYZ | 34.32 | 46.11 | 16.99 | - |
| YUV | 170 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 91 | 0.21 | 0 | 0.53 | 0.24 | 83.88 | 0.46 | 0.56 |
| Hex | 99 | C2 | 5B | 15 | 0 | 35 | 18 | 54 | 2E | 38 |
| Octal | 231 | 302 | 133 | 25 | 0 | 65 | 30 | 124 | 56 | 70 |
| Binary | 10011001 | 11000010 | 1011011 | 10101 | 0 | 110101 | 11000 | 1010100 | 101110 | 111000 |
Color Harmonies of #99C25B
Complementary color
Monochromatic Colors of #99C25B
Black with #99C25B
Text Example
Text Example
White with #99C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C25B; }
p { color: rgb(153,194,91); }
H1.HeaderClassName
{
color: #99C25B;
}
.AnyTagClassName
{
color: #99C25B;
}
</style>
background-color css
<style>
a { background-color: #99C25B; }
a { background-color: rgb(153,194,91); }
div.DivClassName
{
background-color: #99C25B;
}
.BgClassName
{
background-color: #99C25B;
}
</style>
border-color css
<style>
span { border-color: #99C25B; }
span { border-color: rgb(153,194,91); }
td.TdClassName
{
border-color: #99C25B;
}
.TagClassName
{
border-color: #99C25B;
}
</style>