Shades of Olivine #99BA61
Tints of Olivine #99BA61
RGB
CMYK
RGB Variations
Color information
#99BA61 (or 0x99BA61) is known color: Olivine. HEX triplet: 99, BA and 61. RGB value is (153,186,97). Sum of RGB (Red+Green+Blue) = 153+186+97=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA61 is #66459E. Grayscale: #A6A6A6. Windows color (decimal): -6702495 or 6404761. OLE color: 6404761.
HSL color Cylindrical-coordinate representation of color #99BA61: hue angle of 82.25º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99BA61 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 97 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.27 |
| HSL | 82.25º | 0.39% | 0.55% | - |
| HSV(B) | 82.25º | 0.48% | 0.73% | - |
| XYZ | 32.85 | 42.75 | 17.83 | - |
| YUV | 165.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 97 | 0.18 | 0 | 0.48 | 0.27 | 82.25 | 0.39 | 0.55 |
| Hex | 99 | BA | 61 | 12 | 0 | 30 | 1B | 52 | 27 | 37 |
| Octal | 231 | 272 | 141 | 22 | 0 | 60 | 33 | 122 | 47 | 67 |
| Binary | 10011001 | 10111010 | 1100001 | 10010 | 0 | 110000 | 11011 | 1010010 | 100111 | 110111 |
Color Harmonies of #99BA61
Complementary color
Monochromatic Colors of #99BA61
Black with #99BA61
Text Example
Text Example
White with #99BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA61; }
p { color: rgb(153,186,97); }
H1.HeaderClassName
{
color: #99BA61;
}
.AnyTagClassName
{
color: #99BA61;
}
</style>
background-color css
<style>
a { background-color: #99BA61; }
a { background-color: rgb(153,186,97); }
div.DivClassName
{
background-color: #99BA61;
}
.BgClassName
{
background-color: #99BA61;
}
</style>
border-color css
<style>
span { border-color: #99BA61; }
span { border-color: rgb(153,186,97); }
td.TdClassName
{
border-color: #99BA61;
}
.TagClassName
{
border-color: #99BA61;
}
</style>