Shades of Olivine #95BA64
Tints of Olivine #95BA64
RGB
CMYK
RGB Variations
Color information
#95BA64 (or 0x95BA64) is known color: Olivine. HEX triplet: 95, BA and 64. RGB value is (149,186,100). Sum of RGB (Red+Green+Blue) = 149+186+100=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA64 is #6A459B. Grayscale: #A5A5A5. Windows color (decimal): -6964636 or 6601365. OLE color: 6601365.
HSL color Cylindrical-coordinate representation of color #95BA64: hue angle of 85.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95BA64 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 100 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.27 |
| HSL | 85.81º | 0.38% | 0.56% | - |
| HSV(B) | 85.81º | 0.46% | 0.73% | - |
| XYZ | 32.25 | 42.43 | 18.55 | - |
| YUV | 165.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 100 | 0.20 | 0 | 0.46 | 0.27 | 85.81 | 0.38 | 0.56 |
| Hex | 95 | BA | 64 | 14 | 0 | 2E | 1B | 56 | 26 | 38 |
| Octal | 225 | 272 | 144 | 24 | 0 | 56 | 33 | 126 | 46 | 70 |
| Binary | 10010101 | 10111010 | 1100100 | 10100 | 0 | 101110 | 11011 | 1010110 | 100110 | 111000 |
Color Harmonies of #95BA64
Complementary color
Monochromatic Colors of #95BA64
Black with #95BA64
Text Example
Text Example
White with #95BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA64; }
p { color: rgb(149,186,100); }
H1.HeaderClassName
{
color: #95BA64;
}
.AnyTagClassName
{
color: #95BA64;
}
</style>
background-color css
<style>
a { background-color: #95BA64; }
a { background-color: rgb(149,186,100); }
div.DivClassName
{
background-color: #95BA64;
}
.BgClassName
{
background-color: #95BA64;
}
</style>
border-color css
<style>
span { border-color: #95BA64; }
span { border-color: rgb(149,186,100); }
td.TdClassName
{
border-color: #95BA64;
}
.TagClassName
{
border-color: #95BA64;
}
</style>