Shades of Olivine #95BF5D
Tints of Olivine #95BF5D
RGB
CMYK
RGB Variations
Color information
#95BF5D (or 0x95BF5D) is known color: Olivine. HEX triplet: 95, BF and 5D. RGB value is (149,191,93). Sum of RGB (Red+Green+Blue) = 149+191+93=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF5D is #6A40A2. Grayscale: #A7A7A7. Windows color (decimal): -6963363 or 6143893. OLE color: 6143893.
HSL color Cylindrical-coordinate representation of color #95BF5D: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95BF5D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 93 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.25 |
| HSL | 85.71º | 0.43% | 0.56% | - |
| HSV(B) | 85.71º | 0.51% | 0.75% | - |
| XYZ | 33 | 44.44 | 17.19 | - |
| YUV | 167.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 93 | 0.22 | 0 | 0.51 | 0.25 | 85.71 | 0.43 | 0.56 |
| Hex | 95 | BF | 5D | 16 | 0 | 33 | 19 | 56 | 2B | 38 |
| Octal | 225 | 277 | 135 | 26 | 0 | 63 | 31 | 126 | 53 | 70 |
| Binary | 10010101 | 10111111 | 1011101 | 10110 | 0 | 110011 | 11001 | 1010110 | 101011 | 111000 |
Color Harmonies of #95BF5D
Complementary color
Monochromatic Colors of #95BF5D
Black with #95BF5D
Text Example
Text Example
White with #95BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BF5D; }
p { color: rgb(149,191,93); }
H1.HeaderClassName
{
color: #95BF5D;
}
.AnyTagClassName
{
color: #95BF5D;
}
</style>
background-color css
<style>
a { background-color: #95BF5D; }
a { background-color: rgb(149,191,93); }
div.DivClassName
{
background-color: #95BF5D;
}
.BgClassName
{
background-color: #95BF5D;
}
</style>
border-color css
<style>
span { border-color: #95BF5D; }
span { border-color: rgb(149,191,93); }
td.TdClassName
{
border-color: #95BF5D;
}
.TagClassName
{
border-color: #95BF5D;
}
</style>