Shades of Olivine #9CBD5A
Tints of Olivine #9CBD5A
RGB
CMYK
RGB Variations
Color information
#9CBD5A (or 0x9CBD5A) is known color: Olivine. HEX triplet: 9C, BD and 5A. RGB value is (156,189,90). Sum of RGB (Red+Green+Blue) = 156+189+90=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD5A is #6342A5. Grayscale: #A8A8A8. Windows color (decimal): -6505126 or 5946780. OLE color: 5946780.
HSL color Cylindrical-coordinate representation of color #9CBD5A: hue angle of 80º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CBD5A is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 90 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.26 |
| HSL | 80º | 0.43% | 0.55% | - |
| HSV(B) | 80º | 0.52% | 0.74% | - |
| XYZ | 33.75 | 44.2 | 16.43 | - |
| YUV | 167.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 90 | 0.17 | 0 | 0.52 | 0.26 | 80 | 0.43 | 0.55 |
| Hex | 9C | BD | 5A | 11 | 0 | 34 | 1A | 50 | 2B | 37 |
| Octal | 234 | 275 | 132 | 21 | 0 | 64 | 32 | 120 | 53 | 67 |
| Binary | 10011100 | 10111101 | 1011010 | 10001 | 0 | 110100 | 11010 | 1010000 | 101011 | 110111 |
Color Harmonies of #9CBD5A
Complementary color
Monochromatic Colors of #9CBD5A
Black with #9CBD5A
Text Example
Text Example
White with #9CBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD5A; }
p { color: rgb(156,189,90); }
H1.HeaderClassName
{
color: #9CBD5A;
}
.AnyTagClassName
{
color: #9CBD5A;
}
</style>
background-color css
<style>
a { background-color: #9CBD5A; }
a { background-color: rgb(156,189,90); }
div.DivClassName
{
background-color: #9CBD5A;
}
.BgClassName
{
background-color: #9CBD5A;
}
</style>
border-color css
<style>
span { border-color: #9CBD5A; }
span { border-color: rgb(156,189,90); }
td.TdClassName
{
border-color: #9CBD5A;
}
.TagClassName
{
border-color: #9CBD5A;
}
</style>