Shades of Olivine #93C25C
Tints of Olivine #93C25C
RGB
CMYK
RGB Variations
Color information
#93C25C (or 0x93C25C) is known color: Olivine. HEX triplet: 93, C2 and 5C. RGB value is (147,194,92). Sum of RGB (Red+Green+Blue) = 147+194+92=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #93C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C25C is #6C3DA3. Grayscale: #A8A8A8. Windows color (decimal): -7093668 or 6079123. OLE color: 6079123.
HSL color Cylindrical-coordinate representation of color #93C25C: hue angle of 87.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93C25C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 92 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.24 |
| HSL | 87.65º | 0.46% | 0.56% | - |
| HSV(B) | 87.65º | 0.53% | 0.76% | - |
| XYZ | 33.26 | 45.56 | 17.17 | - |
| YUV | 168.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 92 | 0.24 | 0 | 0.53 | 0.24 | 87.65 | 0.46 | 0.56 |
| Hex | 93 | C2 | 5C | 18 | 0 | 35 | 18 | 58 | 2E | 38 |
| Octal | 223 | 302 | 134 | 30 | 0 | 65 | 30 | 130 | 56 | 70 |
| Binary | 10010011 | 11000010 | 1011100 | 11000 | 0 | 110101 | 11000 | 1011000 | 101110 | 111000 |
Color Harmonies of #93C25C
Complementary color
Monochromatic Colors of #93C25C
Black with #93C25C
Text Example
Text Example
White with #93C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C25C; }
p { color: rgb(147,194,92); }
H1.HeaderClassName
{
color: #93C25C;
}
.AnyTagClassName
{
color: #93C25C;
}
</style>
background-color css
<style>
a { background-color: #93C25C; }
a { background-color: rgb(147,194,92); }
div.DivClassName
{
background-color: #93C25C;
}
.BgClassName
{
background-color: #93C25C;
}
</style>
border-color css
<style>
span { border-color: #93C25C; }
span { border-color: rgb(147,194,92); }
td.TdClassName
{
border-color: #93C25C;
}
.TagClassName
{
border-color: #93C25C;
}
</style>