Shades of Olivine #95BC80
Tints of Olivine #95BC80
RGB
CMYK
RGB Variations
Color information
#95BC80 (or 0x95BC80) is known color: Olivine. HEX triplet: 95, BC and 80. RGB value is (149,188,128). Sum of RGB (Red+Green+Blue) = 149+188+128=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC80 is #6A437F. Grayscale: #A9A9A9. Windows color (decimal): -6964096 or 8436885. OLE color: 8436885.
HSL color Cylindrical-coordinate representation of color #95BC80: hue angle of 99º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BC80 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 128 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.26 |
| HSL | 99º | 0.31% | 0.62% | - |
| HSV(B) | 99º | 0.32% | 0.74% | - |
| XYZ | 34.27 | 43.91 | 27.09 | - |
| YUV | 169.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 128 | 0.21 | 0 | 0.32 | 0.26 | 99 | 0.31 | 0.62 |
| Hex | 95 | BC | 80 | 15 | 0 | 20 | 1A | 63 | 1F | 3E |
| Octal | 225 | 274 | 200 | 25 | 0 | 40 | 32 | 143 | 37 | 76 |
| Binary | 10010101 | 10111100 | 10000000 | 10101 | 0 | 100000 | 11010 | 1100011 | 11111 | 111110 |
Color Harmonies of #95BC80
Complementary color
Monochromatic Colors of #95BC80
Black with #95BC80
Text Example
Text Example
White with #95BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC80; }
p { color: rgb(149,188,128); }
H1.HeaderClassName
{
color: #95BC80;
}
.AnyTagClassName
{
color: #95BC80;
}
</style>
background-color css
<style>
a { background-color: #95BC80; }
a { background-color: rgb(149,188,128); }
div.DivClassName
{
background-color: #95BC80;
}
.BgClassName
{
background-color: #95BC80;
}
</style>
border-color css
<style>
span { border-color: #95BC80; }
span { border-color: rgb(149,188,128); }
td.TdClassName
{
border-color: #95BC80;
}
.TagClassName
{
border-color: #95BC80;
}
</style>