Shades of Olivine #9CBD5C
Tints of Olivine #9CBD5C
RGB
CMYK
RGB Variations
Color information
#9CBD5C (or 0x9CBD5C) is known color: Olivine. HEX triplet: 9C, BD and 5C. RGB value is (156,189,92). Sum of RGB (Red+Green+Blue) = 156+189+92=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD5C is #6342A3. Grayscale: #A8A8A8. Windows color (decimal): -6505124 or 6077852. OLE color: 6077852.
HSL color Cylindrical-coordinate representation of color #9CBD5C: hue angle of 80.41º degrees, saturation: 0.42, 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 #9CBD5C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 92 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.26 |
| HSL | 80.41º | 0.42% | 0.55% | - |
| HSV(B) | 80.41º | 0.51% | 0.74% | - |
| XYZ | 33.84 | 44.24 | 16.88 | - |
| YUV | 168.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 92 | 0.17 | 0 | 0.51 | 0.26 | 80.41 | 0.42 | 0.55 |
| Hex | 9C | BD | 5C | 11 | 0 | 33 | 1A | 50 | 2A | 37 |
| Octal | 234 | 275 | 134 | 21 | 0 | 63 | 32 | 120 | 52 | 67 |
| Binary | 10011100 | 10111101 | 1011100 | 10001 | 0 | 110011 | 11010 | 1010000 | 101010 | 110111 |
Color Harmonies of #9CBD5C
Complementary color
Monochromatic Colors of #9CBD5C
Black with #9CBD5C
Text Example
Text Example
White with #9CBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD5C; }
p { color: rgb(156,189,92); }
H1.HeaderClassName
{
color: #9CBD5C;
}
.AnyTagClassName
{
color: #9CBD5C;
}
</style>
background-color css
<style>
a { background-color: #9CBD5C; }
a { background-color: rgb(156,189,92); }
div.DivClassName
{
background-color: #9CBD5C;
}
.BgClassName
{
background-color: #9CBD5C;
}
</style>
border-color css
<style>
span { border-color: #9CBD5C; }
span { border-color: rgb(156,189,92); }
td.TdClassName
{
border-color: #9CBD5C;
}
.TagClassName
{
border-color: #9CBD5C;
}
</style>