Shades of Olivine #9DBB5C
Tints of Olivine #9DBB5C
RGB
CMYK
RGB Variations
Color information
#9DBB5C (or 0x9DBB5C) is known color: Olivine. HEX triplet: 9D, BB and 5C. RGB value is (157,187,92). Sum of RGB (Red+Green+Blue) = 157+187+92=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB5C is #6244A3. Grayscale: #A7A7A7. Windows color (decimal): -6440100 or 6077341. OLE color: 6077341.
HSL color Cylindrical-coordinate representation of color #9DBB5C: hue angle of 78.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBB5C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 92 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.27 |
| HSL | 78.95º | 0.41% | 0.55% | - |
| HSV(B) | 78.95º | 0.51% | 0.73% | - |
| XYZ | 33.61 | 43.48 | 16.75 | - |
| YUV | 167.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 92 | 0.16 | 0 | 0.51 | 0.27 | 78.95 | 0.41 | 0.55 |
| Hex | 9D | BB | 5C | 10 | 0 | 33 | 1B | 4F | 29 | 37 |
| Octal | 235 | 273 | 134 | 20 | 0 | 63 | 33 | 117 | 51 | 67 |
| Binary | 10011101 | 10111011 | 1011100 | 10000 | 0 | 110011 | 11011 | 1001111 | 101001 | 110111 |
Color Harmonies of #9DBB5C
Complementary color
Monochromatic Colors of #9DBB5C
Black with #9DBB5C
Text Example
Text Example
White with #9DBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB5C; }
p { color: rgb(157,187,92); }
H1.HeaderClassName
{
color: #9DBB5C;
}
.AnyTagClassName
{
color: #9DBB5C;
}
</style>
background-color css
<style>
a { background-color: #9DBB5C; }
a { background-color: rgb(157,187,92); }
div.DivClassName
{
background-color: #9DBB5C;
}
.BgClassName
{
background-color: #9DBB5C;
}
</style>
border-color css
<style>
span { border-color: #9DBB5C; }
span { border-color: rgb(157,187,92); }
td.TdClassName
{
border-color: #9DBB5C;
}
.TagClassName
{
border-color: #9DBB5C;
}
</style>