Shades of Olivine #9CBC5D
Tints of Olivine #9CBC5D
RGB
CMYK
RGB Variations
Color information
#9CBC5D (or 0x9CBC5D) is known color: Olivine. HEX triplet: 9C, BC and 5D. RGB value is (156,188,93). Sum of RGB (Red+Green+Blue) = 156+188+93=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC5D is #6343A2. Grayscale: #A7A7A7. Windows color (decimal): -6505379 or 6143132. OLE color: 6143132.
HSL color Cylindrical-coordinate representation of color #9CBC5D: hue angle of 80.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CBC5D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 93 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.26 |
| HSL | 80.21º | 0.41% | 0.55% | - |
| HSV(B) | 80.21º | 0.51% | 0.74% | - |
| XYZ | 33.67 | 43.82 | 17.04 | - |
| YUV | 167.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 93 | 0.17 | 0 | 0.51 | 0.26 | 80.21 | 0.41 | 0.55 |
| Hex | 9C | BC | 5D | 11 | 0 | 33 | 1A | 50 | 29 | 37 |
| Octal | 234 | 274 | 135 | 21 | 0 | 63 | 32 | 120 | 51 | 67 |
| Binary | 10011100 | 10111100 | 1011101 | 10001 | 0 | 110011 | 11010 | 1010000 | 101001 | 110111 |
Color Harmonies of #9CBC5D
Complementary color
Monochromatic Colors of #9CBC5D
Black with #9CBC5D
Text Example
Text Example
White with #9CBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC5D; }
p { color: rgb(156,188,93); }
H1.HeaderClassName
{
color: #9CBC5D;
}
.AnyTagClassName
{
color: #9CBC5D;
}
</style>
background-color css
<style>
a { background-color: #9CBC5D; }
a { background-color: rgb(156,188,93); }
div.DivClassName
{
background-color: #9CBC5D;
}
.BgClassName
{
background-color: #9CBC5D;
}
</style>
border-color css
<style>
span { border-color: #9CBC5D; }
span { border-color: rgb(156,188,93); }
td.TdClassName
{
border-color: #9CBC5D;
}
.TagClassName
{
border-color: #9CBC5D;
}
</style>