Shades of Olivine #9DBE5C
Tints of Olivine #9DBE5C
RGB
CMYK
RGB Variations
Color information
#9DBE5C (or 0x9DBE5C) is known color: Olivine. HEX triplet: 9D, BE and 5C. RGB value is (157,190,92). Sum of RGB (Red+Green+Blue) = 157+190+92=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE5C is #6241A3. Grayscale: #A9A9A9. Windows color (decimal): -6439332 or 6078109. OLE color: 6078109.
HSL color Cylindrical-coordinate representation of color #9DBE5C: hue angle of 80.2º 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 #9DBE5C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 92 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.25 |
| HSL | 80.2º | 0.43% | 0.55% | - |
| HSV(B) | 80.2º | 0.52% | 0.75% | - |
| XYZ | 34.25 | 44.77 | 16.96 | - |
| YUV | 168.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 92 | 0.17 | 0 | 0.52 | 0.25 | 80.2 | 0.43 | 0.55 |
| Hex | 9D | BE | 5C | 11 | 0 | 34 | 19 | 50 | 2B | 37 |
| Octal | 235 | 276 | 134 | 21 | 0 | 64 | 31 | 120 | 53 | 67 |
| Binary | 10011101 | 10111110 | 1011100 | 10001 | 0 | 110100 | 11001 | 1010000 | 101011 | 110111 |
Color Harmonies of #9DBE5C
Complementary color
Monochromatic Colors of #9DBE5C
Black with #9DBE5C
Text Example
Text Example
White with #9DBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE5C; }
p { color: rgb(157,190,92); }
H1.HeaderClassName
{
color: #9DBE5C;
}
.AnyTagClassName
{
color: #9DBE5C;
}
</style>
background-color css
<style>
a { background-color: #9DBE5C; }
a { background-color: rgb(157,190,92); }
div.DivClassName
{
background-color: #9DBE5C;
}
.BgClassName
{
background-color: #9DBE5C;
}
</style>
border-color css
<style>
span { border-color: #9DBE5C; }
span { border-color: rgb(157,190,92); }
td.TdClassName
{
border-color: #9DBE5C;
}
.TagClassName
{
border-color: #9DBE5C;
}
</style>