Shades of Olivine #95BA63
Tints of Olivine #95BA63
RGB
CMYK
RGB Variations
Color information
#95BA63 (or 0x95BA63) is known color: Olivine. HEX triplet: 95, BA and 63. RGB value is (149,186,99). Sum of RGB (Red+Green+Blue) = 149+186+99=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA63 is #6A459C. Grayscale: #A5A5A5. Windows color (decimal): -6964637 or 6535829. OLE color: 6535829.
HSL color Cylindrical-coordinate representation of color #95BA63: hue angle of 85.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95BA63 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 99 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.27 |
| HSL | 85.52º | 0.39% | 0.56% | - |
| HSV(B) | 85.52º | 0.47% | 0.73% | - |
| XYZ | 32.21 | 42.41 | 18.29 | - |
| YUV | 165.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 99 | 0.20 | 0 | 0.47 | 0.27 | 85.52 | 0.39 | 0.56 |
| Hex | 95 | BA | 63 | 14 | 0 | 2F | 1B | 56 | 27 | 38 |
| Octal | 225 | 272 | 143 | 24 | 0 | 57 | 33 | 126 | 47 | 70 |
| Binary | 10010101 | 10111010 | 1100011 | 10100 | 0 | 101111 | 11011 | 1010110 | 100111 | 111000 |
Color Harmonies of #95BA63
Complementary color
Monochromatic Colors of #95BA63
Black with #95BA63
Text Example
Text Example
White with #95BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA63; }
p { color: rgb(149,186,99); }
H1.HeaderClassName
{
color: #95BA63;
}
.AnyTagClassName
{
color: #95BA63;
}
</style>
background-color css
<style>
a { background-color: #95BA63; }
a { background-color: rgb(149,186,99); }
div.DivClassName
{
background-color: #95BA63;
}
.BgClassName
{
background-color: #95BA63;
}
</style>
border-color css
<style>
span { border-color: #95BA63; }
span { border-color: rgb(149,186,99); }
td.TdClassName
{
border-color: #95BA63;
}
.TagClassName
{
border-color: #95BA63;
}
</style>