Shades of Olivine #9BBD73
Tints of Olivine #9BBD73
RGB
CMYK
RGB Variations
Color information
#9BBD73 (or 0x9BBD73) is known color: Olivine. HEX triplet: 9B, BD and 73. RGB value is (155,189,115). Sum of RGB (Red+Green+Blue) = 155+189+115=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD73 is #64428C. Grayscale: #AAAAAA. Windows color (decimal): -6570637 or 7585179. OLE color: 7585179.
HSL color Cylindrical-coordinate representation of color #9BBD73: hue angle of 87.57º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBD73 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 115 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.26 |
| HSL | 87.57º | 0.36% | 0.6% | - |
| HSV(B) | 87.57º | 0.39% | 0.74% | - |
| XYZ | 34.81 | 44.6 | 22.99 | - |
| YUV | 170.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 115 | 0.18 | 0 | 0.39 | 0.26 | 87.57 | 0.36 | 0.6 |
| Hex | 9B | BD | 73 | 12 | 0 | 27 | 1A | 58 | 24 | 3C |
| Octal | 233 | 275 | 163 | 22 | 0 | 47 | 32 | 130 | 44 | 74 |
| Binary | 10011011 | 10111101 | 1110011 | 10010 | 0 | 100111 | 11010 | 1011000 | 100100 | 111100 |
Color Harmonies of #9BBD73
Complementary color
Monochromatic Colors of #9BBD73
Black with #9BBD73
Text Example
Text Example
White with #9BBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD73; }
p { color: rgb(155,189,115); }
H1.HeaderClassName
{
color: #9BBD73;
}
.AnyTagClassName
{
color: #9BBD73;
}
</style>
background-color css
<style>
a { background-color: #9BBD73; }
a { background-color: rgb(155,189,115); }
div.DivClassName
{
background-color: #9BBD73;
}
.BgClassName
{
background-color: #9BBD73;
}
</style>
border-color css
<style>
span { border-color: #9BBD73; }
span { border-color: rgb(155,189,115); }
td.TdClassName
{
border-color: #9BBD73;
}
.TagClassName
{
border-color: #9BBD73;
}
</style>