Shades of Olivine #99BA5C
Tints of Olivine #99BA5C
RGB
CMYK
RGB Variations
Color information
#99BA5C (or 0x99BA5C) is known color: Olivine. HEX triplet: 99, BA and 5C. RGB value is (153,186,92). Sum of RGB (Red+Green+Blue) = 153+186+92=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA5C is #6645A3. Grayscale: #A5A5A5. Windows color (decimal): -6702500 or 6077081. OLE color: 6077081.
HSL color Cylindrical-coordinate representation of color #99BA5C: hue angle of 81.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BA5C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 92 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.27 |
| HSL | 81.06º | 0.41% | 0.55% | - |
| HSV(B) | 81.06º | 0.51% | 0.73% | - |
| XYZ | 32.63 | 42.66 | 16.64 | - |
| YUV | 165.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 92 | 0.18 | 0 | 0.51 | 0.27 | 81.06 | 0.41 | 0.55 |
| Hex | 99 | BA | 5C | 12 | 0 | 33 | 1B | 51 | 29 | 37 |
| Octal | 231 | 272 | 134 | 22 | 0 | 63 | 33 | 121 | 51 | 67 |
| Binary | 10011001 | 10111010 | 1011100 | 10010 | 0 | 110011 | 11011 | 1010001 | 101001 | 110111 |
Color Harmonies of #99BA5C
Complementary color
Monochromatic Colors of #99BA5C
Black with #99BA5C
Text Example
Text Example
White with #99BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA5C; }
p { color: rgb(153,186,92); }
H1.HeaderClassName
{
color: #99BA5C;
}
.AnyTagClassName
{
color: #99BA5C;
}
</style>
background-color css
<style>
a { background-color: #99BA5C; }
a { background-color: rgb(153,186,92); }
div.DivClassName
{
background-color: #99BA5C;
}
.BgClassName
{
background-color: #99BA5C;
}
</style>
border-color css
<style>
span { border-color: #99BA5C; }
span { border-color: rgb(153,186,92); }
td.TdClassName
{
border-color: #99BA5C;
}
.TagClassName
{
border-color: #99BA5C;
}
</style>