Shades of Olivine #99BA6C
Tints of Olivine #99BA6C
RGB
CMYK
RGB Variations
Color information
#99BA6C (or 0x99BA6C) is known color: Olivine. HEX triplet: 99, BA and 6C. RGB value is (153,186,108). Sum of RGB (Red+Green+Blue) = 153+186+108=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA6C is #664593. Grayscale: #A7A7A7. Windows color (decimal): -6702484 or 7125657. OLE color: 7125657.
HSL color Cylindrical-coordinate representation of color #99BA6C: hue angle of 85.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99BA6C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 108 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.27 |
| HSL | 85.38º | 0.36% | 0.58% | - |
| HSV(B) | 85.38º | 0.42% | 0.73% | - |
| XYZ | 33.4 | 42.97 | 20.72 | - |
| YUV | 167.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 108 | 0.18 | 0 | 0.42 | 0.27 | 85.38 | 0.36 | 0.58 |
| Hex | 99 | BA | 6C | 12 | 0 | 2A | 1B | 55 | 24 | 3A |
| Octal | 231 | 272 | 154 | 22 | 0 | 52 | 33 | 125 | 44 | 72 |
| Binary | 10011001 | 10111010 | 1101100 | 10010 | 0 | 101010 | 11011 | 1010101 | 100100 | 111010 |
Color Harmonies of #99BA6C
Complementary color
Monochromatic Colors of #99BA6C
Black with #99BA6C
Text Example
Text Example
White with #99BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA6C; }
p { color: rgb(153,186,108); }
H1.HeaderClassName
{
color: #99BA6C;
}
.AnyTagClassName
{
color: #99BA6C;
}
</style>
background-color css
<style>
a { background-color: #99BA6C; }
a { background-color: rgb(153,186,108); }
div.DivClassName
{
background-color: #99BA6C;
}
.BgClassName
{
background-color: #99BA6C;
}
</style>
border-color css
<style>
span { border-color: #99BA6C; }
span { border-color: rgb(153,186,108); }
td.TdClassName
{
border-color: #99BA6C;
}
.TagClassName
{
border-color: #99BA6C;
}
</style>