Shades of Olivine #9CBD69
Tints of Olivine #9CBD69
RGB
CMYK
RGB Variations
Color information
#9CBD69 (or 0x9CBD69) is known color: Olivine. HEX triplet: 9C, BD and 69. RGB value is (156,189,105). Sum of RGB (Red+Green+Blue) = 156+189+105=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD69 is #634296. Grayscale: #A9A9A9. Windows color (decimal): -6505111 or 6929820. OLE color: 6929820.
HSL color Cylindrical-coordinate representation of color #9CBD69: hue angle of 83.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CBD69 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 105 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.26 |
| HSL | 83.57º | 0.39% | 0.58% | - |
| HSV(B) | 83.57º | 0.44% | 0.74% | - |
| XYZ | 34.46 | 44.48 | 20.13 | - |
| YUV | 169.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 105 | 0.17 | 0 | 0.44 | 0.26 | 83.57 | 0.39 | 0.58 |
| Hex | 9C | BD | 69 | 11 | 0 | 2C | 1A | 54 | 27 | 3A |
| Octal | 234 | 275 | 151 | 21 | 0 | 54 | 32 | 124 | 47 | 72 |
| Binary | 10011100 | 10111101 | 1101001 | 10001 | 0 | 101100 | 11010 | 1010100 | 100111 | 111010 |
Color Harmonies of #9CBD69
Complementary color
Monochromatic Colors of #9CBD69
Black with #9CBD69
Text Example
Text Example
White with #9CBD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD69; }
p { color: rgb(156,189,105); }
H1.HeaderClassName
{
color: #9CBD69;
}
.AnyTagClassName
{
color: #9CBD69;
}
</style>
background-color css
<style>
a { background-color: #9CBD69; }
a { background-color: rgb(156,189,105); }
div.DivClassName
{
background-color: #9CBD69;
}
.BgClassName
{
background-color: #9CBD69;
}
</style>
border-color css
<style>
span { border-color: #9CBD69; }
span { border-color: rgb(156,189,105); }
td.TdClassName
{
border-color: #9CBD69;
}
.TagClassName
{
border-color: #9CBD69;
}
</style>