Shades of Olivine #99C266
Tints of Olivine #99C266
RGB
CMYK
RGB Variations
Color information
#99C266 (or 0x99C266) is known color: Olivine. HEX triplet: 99, C2 and 66. RGB value is (153,194,102). Sum of RGB (Red+Green+Blue) = 153+194+102=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #99C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C266 is #663D99. Grayscale: #ABABAB. Windows color (decimal): -6700442 or 6734489. OLE color: 6734489.
HSL color Cylindrical-coordinate representation of color #99C266: hue angle of 86.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99C266 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 102 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.24 |
| HSL | 86.74º | 0.43% | 0.58% | - |
| HSV(B) | 86.74º | 0.47% | 0.76% | - |
| XYZ | 34.83 | 46.32 | 19.67 | - |
| YUV | 171.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 102 | 0.21 | 0 | 0.47 | 0.24 | 86.74 | 0.43 | 0.58 |
| Hex | 99 | C2 | 66 | 15 | 0 | 2F | 18 | 57 | 2B | 3A |
| Octal | 231 | 302 | 146 | 25 | 0 | 57 | 30 | 127 | 53 | 72 |
| Binary | 10011001 | 11000010 | 1100110 | 10101 | 0 | 101111 | 11000 | 1010111 | 101011 | 111010 |
Color Harmonies of #99C266
Complementary color
Monochromatic Colors of #99C266
Black with #99C266
Text Example
Text Example
White with #99C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C266; }
p { color: rgb(153,194,102); }
H1.HeaderClassName
{
color: #99C266;
}
.AnyTagClassName
{
color: #99C266;
}
</style>
background-color css
<style>
a { background-color: #99C266; }
a { background-color: rgb(153,194,102); }
div.DivClassName
{
background-color: #99C266;
}
.BgClassName
{
background-color: #99C266;
}
</style>
border-color css
<style>
span { border-color: #99C266; }
span { border-color: rgb(153,194,102); }
td.TdClassName
{
border-color: #99C266;
}
.TagClassName
{
border-color: #99C266;
}
</style>