Shades of Olivine #9CBA5C
Tints of Olivine #9CBA5C
RGB
CMYK
RGB Variations
Color information
#9CBA5C (or 0x9CBA5C) is known color: Olivine. HEX triplet: 9C, BA and 5C. RGB value is (156,186,92). Sum of RGB (Red+Green+Blue) = 156+186+92=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5C is #6345A3. Grayscale: #A6A6A6. Windows color (decimal): -6505892 or 6077084. OLE color: 6077084.
HSL color Cylindrical-coordinate representation of color #9CBA5C: hue angle of 79.15º 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 #9CBA5C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 92 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.27 |
| HSL | 79.15º | 0.41% | 0.55% | - |
| HSV(B) | 79.15º | 0.51% | 0.73% | - |
| XYZ | 33.2 | 42.96 | 16.67 | - |
| YUV | 166.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 92 | 0.16 | 0 | 0.51 | 0.27 | 79.15 | 0.41 | 0.55 |
| Hex | 9C | BA | 5C | 10 | 0 | 33 | 1B | 4F | 29 | 37 |
| Octal | 234 | 272 | 134 | 20 | 0 | 63 | 33 | 117 | 51 | 67 |
| Binary | 10011100 | 10111010 | 1011100 | 10000 | 0 | 110011 | 11011 | 1001111 | 101001 | 110111 |
Color Harmonies of #9CBA5C
Complementary color
Monochromatic Colors of #9CBA5C
Black with #9CBA5C
Text Example
Text Example
White with #9CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA5C; }
p { color: rgb(156,186,92); }
H1.HeaderClassName
{
color: #9CBA5C;
}
.AnyTagClassName
{
color: #9CBA5C;
}
</style>
background-color css
<style>
a { background-color: #9CBA5C; }
a { background-color: rgb(156,186,92); }
div.DivClassName
{
background-color: #9CBA5C;
}
.BgClassName
{
background-color: #9CBA5C;
}
</style>
border-color css
<style>
span { border-color: #9CBA5C; }
span { border-color: rgb(156,186,92); }
td.TdClassName
{
border-color: #9CBA5C;
}
.TagClassName
{
border-color: #9CBA5C;
}
</style>