Shades of Olivine #9FBE5D
Tints of Olivine #9FBE5D
RGB
CMYK
RGB Variations
Color information
#9FBE5D (or 0x9FBE5D) is known color: Olivine. HEX triplet: 9F, BE and 5D. RGB value is (159,190,93). Sum of RGB (Red+Green+Blue) = 159+190+93=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE5D is #6041A2. Grayscale: #AAAAAA. Windows color (decimal): -6308259 or 6143647. OLE color: 6143647.
HSL color Cylindrical-coordinate representation of color #9FBE5D: hue angle of 79.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FBE5D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 93 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.25 |
| HSL | 79.18º | 0.43% | 0.55% | - |
| HSV(B) | 79.18º | 0.51% | 0.75% | - |
| XYZ | 34.69 | 44.99 | 17.21 | - |
| YUV | 169.67 | 84.73 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 93 | 0.16 | 0 | 0.51 | 0.25 | 79.18 | 0.43 | 0.55 |
| Hex | 9F | BE | 5D | 10 | 0 | 33 | 19 | 4F | 2B | 37 |
| Octal | 237 | 276 | 135 | 20 | 0 | 63 | 31 | 117 | 53 | 67 |
| Binary | 10011111 | 10111110 | 1011101 | 10000 | 0 | 110011 | 11001 | 1001111 | 101011 | 110111 |
Color Harmonies of #9FBE5D
Complementary color
Monochromatic Colors of #9FBE5D
Black with #9FBE5D
Text Example
Text Example
White with #9FBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE5D; }
p { color: rgb(159,190,93); }
H1.HeaderClassName
{
color: #9FBE5D;
}
.AnyTagClassName
{
color: #9FBE5D;
}
</style>
background-color css
<style>
a { background-color: #9FBE5D; }
a { background-color: rgb(159,190,93); }
div.DivClassName
{
background-color: #9FBE5D;
}
.BgClassName
{
background-color: #9FBE5D;
}
</style>
border-color css
<style>
span { border-color: #9FBE5D; }
span { border-color: rgb(159,190,93); }
td.TdClassName
{
border-color: #9FBE5D;
}
.TagClassName
{
border-color: #9FBE5D;
}
</style>