Shades of Olivine #93C263
Tints of Olivine #93C263
RGB
CMYK
RGB Variations
Color information
#93C263 (or 0x93C263) is known color: Olivine. HEX triplet: 93, C2 and 63. RGB value is (147,194,99). Sum of RGB (Red+Green+Blue) = 147+194+99=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #93C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C263 is #6C3D9C. Grayscale: #A9A9A9. Windows color (decimal): -7093661 or 6537875. OLE color: 6537875.
HSL color Cylindrical-coordinate representation of color #93C263: hue angle of 89.68º 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 #93C263 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 99 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.24 |
| HSL | 89.68º | 0.44% | 0.57% | - |
| HSV(B) | 89.68º | 0.49% | 0.76% | - |
| XYZ | 33.58 | 45.69 | 18.85 | - |
| YUV | 169.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 99 | 0.24 | 0 | 0.49 | 0.24 | 89.68 | 0.44 | 0.57 |
| Hex | 93 | C2 | 63 | 18 | 0 | 31 | 18 | 5A | 2C | 39 |
| Octal | 223 | 302 | 143 | 30 | 0 | 61 | 30 | 132 | 54 | 71 |
| Binary | 10010011 | 11000010 | 1100011 | 11000 | 0 | 110001 | 11000 | 1011010 | 101100 | 111001 |
Color Harmonies of #93C263
Complementary color
Monochromatic Colors of #93C263
Black with #93C263
Text Example
Text Example
White with #93C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C263; }
p { color: rgb(147,194,99); }
H1.HeaderClassName
{
color: #93C263;
}
.AnyTagClassName
{
color: #93C263;
}
</style>
background-color css
<style>
a { background-color: #93C263; }
a { background-color: rgb(147,194,99); }
div.DivClassName
{
background-color: #93C263;
}
.BgClassName
{
background-color: #93C263;
}
</style>
border-color css
<style>
span { border-color: #93C263; }
span { border-color: rgb(147,194,99); }
td.TdClassName
{
border-color: #93C263;
}
.TagClassName
{
border-color: #93C263;
}
</style>