Shades of Olivine #9FBE5C
Tints of Olivine #9FBE5C
RGB
CMYK
RGB Variations
Color information
#9FBE5C (or 0x9FBE5C) is known color: Olivine. HEX triplet: 9F, BE and 5C. RGB value is (159,190,92). Sum of RGB (Red+Green+Blue) = 159+190+92=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE5C is #6041A3. Grayscale: #A9A9A9. Windows color (decimal): -6308260 or 6078111. OLE color: 6078111.
HSL color Cylindrical-coordinate representation of color #9FBE5C: hue angle of 78.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FBE5C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 92 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.25 |
| HSL | 78.98º | 0.43% | 0.55% | - |
| HSV(B) | 78.98º | 0.52% | 0.75% | - |
| XYZ | 34.64 | 44.97 | 16.98 | - |
| YUV | 169.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 92 | 0.16 | 0 | 0.52 | 0.25 | 78.98 | 0.43 | 0.55 |
| Hex | 9F | BE | 5C | 10 | 0 | 34 | 19 | 4F | 2B | 37 |
| Octal | 237 | 276 | 134 | 20 | 0 | 64 | 31 | 117 | 53 | 67 |
| Binary | 10011111 | 10111110 | 1011100 | 10000 | 0 | 110100 | 11001 | 1001111 | 101011 | 110111 |
Color Harmonies of #9FBE5C
Complementary color
Monochromatic Colors of #9FBE5C
Black with #9FBE5C
Text Example
Text Example
White with #9FBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE5C; }
p { color: rgb(159,190,92); }
H1.HeaderClassName
{
color: #9FBE5C;
}
.AnyTagClassName
{
color: #9FBE5C;
}
</style>
background-color css
<style>
a { background-color: #9FBE5C; }
a { background-color: rgb(159,190,92); }
div.DivClassName
{
background-color: #9FBE5C;
}
.BgClassName
{
background-color: #9FBE5C;
}
</style>
border-color css
<style>
span { border-color: #9FBE5C; }
span { border-color: rgb(159,190,92); }
td.TdClassName
{
border-color: #9FBE5C;
}
.TagClassName
{
border-color: #9FBE5C;
}
</style>