Shades of Olivine #9DBF5C
Tints of Olivine #9DBF5C
RGB
CMYK
RGB Variations
Color information
#9DBF5C (or 0x9DBF5C) is known color: Olivine. HEX triplet: 9D, BF and 5C. RGB value is (157,191,92). Sum of RGB (Red+Green+Blue) = 157+191+92=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF5C is #6240A3. Grayscale: #A9A9A9. Windows color (decimal): -6439076 or 6078365. OLE color: 6078365.
HSL color Cylindrical-coordinate representation of color #9DBF5C: hue angle of 80.61º degrees, saturation: 0.44, 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 #9DBF5C is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 92 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.25 |
| HSL | 80.61º | 0.44% | 0.55% | - |
| HSV(B) | 80.61º | 0.52% | 0.75% | - |
| XYZ | 34.47 | 45.2 | 17.03 | - |
| YUV | 169.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 92 | 0.18 | 0 | 0.52 | 0.25 | 80.61 | 0.44 | 0.55 |
| Hex | 9D | BF | 5C | 12 | 0 | 34 | 19 | 51 | 2C | 37 |
| Octal | 235 | 277 | 134 | 22 | 0 | 64 | 31 | 121 | 54 | 67 |
| Binary | 10011101 | 10111111 | 1011100 | 10010 | 0 | 110100 | 11001 | 1010001 | 101100 | 110111 |
Color Harmonies of #9DBF5C
Complementary color
Monochromatic Colors of #9DBF5C
Black with #9DBF5C
Text Example
Text Example
White with #9DBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF5C; }
p { color: rgb(157,191,92); }
H1.HeaderClassName
{
color: #9DBF5C;
}
.AnyTagClassName
{
color: #9DBF5C;
}
</style>
background-color css
<style>
a { background-color: #9DBF5C; }
a { background-color: rgb(157,191,92); }
div.DivClassName
{
background-color: #9DBF5C;
}
.BgClassName
{
background-color: #9DBF5C;
}
</style>
border-color css
<style>
span { border-color: #9DBF5C; }
span { border-color: rgb(157,191,92); }
td.TdClassName
{
border-color: #9DBF5C;
}
.TagClassName
{
border-color: #9DBF5C;
}
</style>