Shades of Olivine #91BA63
Tints of Olivine #91BA63
RGB
CMYK
RGB Variations
Color information
#91BA63 (or 0x91BA63) is known color: Olivine. HEX triplet: 91, BA and 63. RGB value is (145,186,99). Sum of RGB (Red+Green+Blue) = 145+186+99=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA63 is #6E459C. Grayscale: #A4A4A4. Windows color (decimal): -7226781 or 6535825. OLE color: 6535825.
HSL color Cylindrical-coordinate representation of color #91BA63: hue angle of 88.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91BA63 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 99 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.27 |
| HSL | 88.28º | 0.39% | 0.56% | - |
| HSV(B) | 88.28º | 0.47% | 0.73% | - |
| XYZ | 31.49 | 42.04 | 18.26 | - |
| YUV | 163.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 99 | 0.22 | 0 | 0.47 | 0.27 | 88.28 | 0.39 | 0.56 |
| Hex | 91 | BA | 63 | 16 | 0 | 2F | 1B | 58 | 27 | 38 |
| Octal | 221 | 272 | 143 | 26 | 0 | 57 | 33 | 130 | 47 | 70 |
| Binary | 10010001 | 10111010 | 1100011 | 10110 | 0 | 101111 | 11011 | 1011000 | 100111 | 111000 |
Color Harmonies of #91BA63
Complementary color
Monochromatic Colors of #91BA63
Black with #91BA63
Text Example
Text Example
White with #91BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA63; }
p { color: rgb(145,186,99); }
H1.HeaderClassName
{
color: #91BA63;
}
.AnyTagClassName
{
color: #91BA63;
}
</style>
background-color css
<style>
a { background-color: #91BA63; }
a { background-color: rgb(145,186,99); }
div.DivClassName
{
background-color: #91BA63;
}
.BgClassName
{
background-color: #91BA63;
}
</style>
border-color css
<style>
span { border-color: #91BA63; }
span { border-color: rgb(145,186,99); }
td.TdClassName
{
border-color: #91BA63;
}
.TagClassName
{
border-color: #91BA63;
}
</style>