Shades of Olivine #9CBF5D
Tints of Olivine #9CBF5D
RGB
CMYK
RGB Variations
Color information
#9CBF5D (or 0x9CBF5D) is known color: Olivine. HEX triplet: 9C, BF and 5D. RGB value is (156,191,93). Sum of RGB (Red+Green+Blue) = 156+191+93=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF5D is #6340A2. Grayscale: #A9A9A9. Windows color (decimal): -6504611 or 6143900. OLE color: 6143900.
HSL color Cylindrical-coordinate representation of color #9CBF5D: hue angle of 81.43º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CBF5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 93 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.25 |
| HSL | 81.43º | 0.43% | 0.56% | - |
| HSV(B) | 81.43º | 0.51% | 0.75% | - |
| XYZ | 34.32 | 45.12 | 17.26 | - |
| YUV | 169.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 93 | 0.18 | 0 | 0.51 | 0.25 | 81.43 | 0.43 | 0.56 |
| Hex | 9C | BF | 5D | 12 | 0 | 33 | 19 | 51 | 2B | 38 |
| Octal | 234 | 277 | 135 | 22 | 0 | 63 | 31 | 121 | 53 | 70 |
| Binary | 10011100 | 10111111 | 1011101 | 10010 | 0 | 110011 | 11001 | 1010001 | 101011 | 111000 |
Color Harmonies of #9CBF5D
Complementary color
Monochromatic Colors of #9CBF5D
Black with #9CBF5D
Text Example
Text Example
White with #9CBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF5D; }
p { color: rgb(156,191,93); }
H1.HeaderClassName
{
color: #9CBF5D;
}
.AnyTagClassName
{
color: #9CBF5D;
}
</style>
background-color css
<style>
a { background-color: #9CBF5D; }
a { background-color: rgb(156,191,93); }
div.DivClassName
{
background-color: #9CBF5D;
}
.BgClassName
{
background-color: #9CBF5D;
}
</style>
border-color css
<style>
span { border-color: #9CBF5D; }
span { border-color: rgb(156,191,93); }
td.TdClassName
{
border-color: #9CBF5D;
}
.TagClassName
{
border-color: #9CBF5D;
}
</style>