Shades of Olivine #99BC64
Tints of Olivine #99BC64
RGB
CMYK
RGB Variations
Color information
#99BC64 (or 0x99BC64) is known color: Olivine. HEX triplet: 99, BC and 64. RGB value is (153,188,100). Sum of RGB (Red+Green+Blue) = 153+188+100=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC64 is #66439B. Grayscale: #A7A7A7. Windows color (decimal): -6701980 or 6601881. OLE color: 6601881.
HSL color Cylindrical-coordinate representation of color #99BC64: hue angle of 83.86º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99BC64 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 100 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.26 |
| HSL | 83.86º | 0.4% | 0.56% | - |
| HSV(B) | 83.86º | 0.47% | 0.74% | - |
| XYZ | 33.42 | 43.66 | 18.72 | - |
| YUV | 167.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 100 | 0.19 | 0 | 0.47 | 0.26 | 83.86 | 0.4 | 0.56 |
| Hex | 99 | BC | 64 | 13 | 0 | 2F | 1A | 54 | 28 | 38 |
| Octal | 231 | 274 | 144 | 23 | 0 | 57 | 32 | 124 | 50 | 70 |
| Binary | 10011001 | 10111100 | 1100100 | 10011 | 0 | 101111 | 11010 | 1010100 | 101000 | 111000 |
Color Harmonies of #99BC64
Complementary color
Monochromatic Colors of #99BC64
Black with #99BC64
Text Example
Text Example
White with #99BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC64; }
p { color: rgb(153,188,100); }
H1.HeaderClassName
{
color: #99BC64;
}
.AnyTagClassName
{
color: #99BC64;
}
</style>
background-color css
<style>
a { background-color: #99BC64; }
a { background-color: rgb(153,188,100); }
div.DivClassName
{
background-color: #99BC64;
}
.BgClassName
{
background-color: #99BC64;
}
</style>
border-color css
<style>
span { border-color: #99BC64; }
span { border-color: rgb(153,188,100); }
td.TdClassName
{
border-color: #99BC64;
}
.TagClassName
{
border-color: #99BC64;
}
</style>