Shades of Olivine #95C263
Tints of Olivine #95C263
RGB
CMYK
RGB Variations
Color information
#95C263 (or 0x95C263) is known color: Olivine. HEX triplet: 95, C2 and 63. RGB value is (149,194,99). Sum of RGB (Red+Green+Blue) = 149+194+99=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #95C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C263 is #6A3D9C. Grayscale: #AAAAAA. Windows color (decimal): -6962589 or 6537877. OLE color: 6537877.
HSL color Cylindrical-coordinate representation of color #95C263: hue angle of 88.42º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95C263 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 99 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.24 |
| HSL | 88.42º | 0.44% | 0.57% | - |
| HSV(B) | 88.42º | 0.49% | 0.76% | - |
| XYZ | 33.94 | 45.87 | 18.87 | - |
| YUV | 169.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 99 | 0.23 | 0 | 0.49 | 0.24 | 88.42 | 0.44 | 0.57 |
| Hex | 95 | C2 | 63 | 17 | 0 | 31 | 18 | 58 | 2C | 39 |
| Octal | 225 | 302 | 143 | 27 | 0 | 61 | 30 | 130 | 54 | 71 |
| Binary | 10010101 | 11000010 | 1100011 | 10111 | 0 | 110001 | 11000 | 1011000 | 101100 | 111001 |
Color Harmonies of #95C263
Complementary color
Monochromatic Colors of #95C263
Black with #95C263
Text Example
Text Example
White with #95C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C263; }
p { color: rgb(149,194,99); }
H1.HeaderClassName
{
color: #95C263;
}
.AnyTagClassName
{
color: #95C263;
}
</style>
background-color css
<style>
a { background-color: #95C263; }
a { background-color: rgb(149,194,99); }
div.DivClassName
{
background-color: #95C263;
}
.BgClassName
{
background-color: #95C263;
}
</style>
border-color css
<style>
span { border-color: #95C263; }
span { border-color: rgb(149,194,99); }
td.TdClassName
{
border-color: #95C263;
}
.TagClassName
{
border-color: #95C263;
}
</style>