Shades of Olivine #93C26A
Tints of Olivine #93C26A
RGB
CMYK
RGB Variations
Color information
#93C26A (or 0x93C26A) is known color: Olivine. HEX triplet: 93, C2 and 6A. RGB value is (147,194,106). Sum of RGB (Red+Green+Blue) = 147+194+106=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #93C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C26A is #6C3D95. Grayscale: #AAAAAA. Windows color (decimal): -7093654 or 6996627. OLE color: 6996627.
HSL color Cylindrical-coordinate representation of color #93C26A: hue angle of 92.05º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93C26A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 106 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.24 |
| HSL | 92.05º | 0.42% | 0.59% | - |
| HSV(B) | 92.05º | 0.45% | 0.76% | - |
| XYZ | 33.93 | 45.83 | 20.69 | - |
| YUV | 169.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 106 | 0.24 | 0 | 0.45 | 0.24 | 92.05 | 0.42 | 0.59 |
| Hex | 93 | C2 | 6A | 18 | 0 | 2D | 18 | 5C | 2A | 3B |
| Octal | 223 | 302 | 152 | 30 | 0 | 55 | 30 | 134 | 52 | 73 |
| Binary | 10010011 | 11000010 | 1101010 | 11000 | 0 | 101101 | 11000 | 1011100 | 101010 | 111011 |
Color Harmonies of #93C26A
Complementary color
Monochromatic Colors of #93C26A
Black with #93C26A
Text Example
Text Example
White with #93C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C26A; }
p { color: rgb(147,194,106); }
H1.HeaderClassName
{
color: #93C26A;
}
.AnyTagClassName
{
color: #93C26A;
}
</style>
background-color css
<style>
a { background-color: #93C26A; }
a { background-color: rgb(147,194,106); }
div.DivClassName
{
background-color: #93C26A;
}
.BgClassName
{
background-color: #93C26A;
}
</style>
border-color css
<style>
span { border-color: #93C26A; }
span { border-color: rgb(147,194,106); }
td.TdClassName
{
border-color: #93C26A;
}
.TagClassName
{
border-color: #93C26A;
}
</style>