Shades of Olivine #90BC65
Tints of Olivine #90BC65
RGB
CMYK
RGB Variations
Color information
#90BC65 (or 0x90BC65) is known color: Olivine. HEX triplet: 90, BC and 65. RGB value is (144,188,101). Sum of RGB (Red+Green+Blue) = 144+188+101=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC65 is #6F439A. Grayscale: #A5A5A5. Windows color (decimal): -7291803 or 6667408. OLE color: 6667408.
HSL color Cylindrical-coordinate representation of color #90BC65: hue angle of 90.34º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90BC65 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 101 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.26 |
| HSL | 90.34º | 0.39% | 0.57% | - |
| HSV(B) | 90.34º | 0.46% | 0.74% | - |
| XYZ | 31.83 | 42.84 | 18.9 | - |
| YUV | 164.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 101 | 0.23 | 0 | 0.46 | 0.26 | 90.34 | 0.39 | 0.57 |
| Hex | 90 | BC | 65 | 17 | 0 | 2E | 1A | 5A | 27 | 39 |
| Octal | 220 | 274 | 145 | 27 | 0 | 56 | 32 | 132 | 47 | 71 |
| Binary | 10010000 | 10111100 | 1100101 | 10111 | 0 | 101110 | 11010 | 1011010 | 100111 | 111001 |
Color Harmonies of #90BC65
Complementary color
Monochromatic Colors of #90BC65
Black with #90BC65
Text Example
Text Example
White with #90BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC65; }
p { color: rgb(144,188,101); }
H1.HeaderClassName
{
color: #90BC65;
}
.AnyTagClassName
{
color: #90BC65;
}
</style>
background-color css
<style>
a { background-color: #90BC65; }
a { background-color: rgb(144,188,101); }
div.DivClassName
{
background-color: #90BC65;
}
.BgClassName
{
background-color: #90BC65;
}
</style>
border-color css
<style>
span { border-color: #90BC65; }
span { border-color: rgb(144,188,101); }
td.TdClassName
{
border-color: #90BC65;
}
.TagClassName
{
border-color: #90BC65;
}
</style>