Shades of Olivine #91C263
Tints of Olivine #91C263
RGB
CMYK
RGB Variations
Color information
#91C263 (or 0x91C263) is known color: Olivine. HEX triplet: 91, C2 and 63. RGB value is (145,194,99). Sum of RGB (Red+Green+Blue) = 145+194+99=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #91C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C263 is #6E3D9C. Grayscale: #A8A8A8. Windows color (decimal): -7224733 or 6537873. OLE color: 6537873.
HSL color Cylindrical-coordinate representation of color #91C263: hue angle of 90.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91C263 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 99 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.24 |
| HSL | 90.95º | 0.44% | 0.57% | - |
| HSV(B) | 90.95º | 0.49% | 0.76% | - |
| XYZ | 33.22 | 45.5 | 18.84 | - |
| YUV | 168.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 99 | 0.25 | 0 | 0.49 | 0.24 | 90.95 | 0.44 | 0.57 |
| Hex | 91 | C2 | 63 | 19 | 0 | 31 | 18 | 5B | 2C | 39 |
| Octal | 221 | 302 | 143 | 31 | 0 | 61 | 30 | 133 | 54 | 71 |
| Binary | 10010001 | 11000010 | 1100011 | 11001 | 0 | 110001 | 11000 | 1011011 | 101100 | 111001 |
Color Harmonies of #91C263
Complementary color
Monochromatic Colors of #91C263
Black with #91C263
Text Example
Text Example
White with #91C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C263; }
p { color: rgb(145,194,99); }
H1.HeaderClassName
{
color: #91C263;
}
.AnyTagClassName
{
color: #91C263;
}
</style>
background-color css
<style>
a { background-color: #91C263; }
a { background-color: rgb(145,194,99); }
div.DivClassName
{
background-color: #91C263;
}
.BgClassName
{
background-color: #91C263;
}
</style>
border-color css
<style>
span { border-color: #91C263; }
span { border-color: rgb(145,194,99); }
td.TdClassName
{
border-color: #91C263;
}
.TagClassName
{
border-color: #91C263;
}
</style>