Shades of Olivine #93B482
Tints of Olivine #93B482
RGB
CMYK
RGB Variations
Color information
#93B482 (or 0x93B482) is known color: Olivine. HEX triplet: 93, B4 and 82. RGB value is (147,180,130). Sum of RGB (Red+Green+Blue) = 147+180+130=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #93B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B482 is #6C4B7D. Grayscale: #A4A4A4. Windows color (decimal): -7097214 or 8565907. OLE color: 8565907.
HSL color Cylindrical-coordinate representation of color #93B482: hue angle of 99.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93B482 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 130 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.29 |
| HSL | 99.6º | 0.25% | 0.61% | - |
| HSV(B) | 99.6º | 0.28% | 0.71% | - |
| XYZ | 32.38 | 40.46 | 27.22 | - |
| YUV | 164.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 130 | 0.18 | 0 | 0.28 | 0.29 | 99.6 | 0.25 | 0.61 |
| Hex | 93 | B4 | 82 | 12 | 0 | 1C | 1D | 64 | 19 | 3D |
| Octal | 223 | 264 | 202 | 22 | 0 | 34 | 35 | 144 | 31 | 75 |
| Binary | 10010011 | 10110100 | 10000010 | 10010 | 0 | 11100 | 11101 | 1100100 | 11001 | 111101 |
Color Harmonies of #93B482
Complementary color
Monochromatic Colors of #93B482
Black with #93B482
Text Example
Text Example
White with #93B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B482; }
p { color: rgb(147,180,130); }
H1.HeaderClassName
{
color: #93B482;
}
.AnyTagClassName
{
color: #93B482;
}
</style>
background-color css
<style>
a { background-color: #93B482; }
a { background-color: rgb(147,180,130); }
div.DivClassName
{
background-color: #93B482;
}
.BgClassName
{
background-color: #93B482;
}
</style>
border-color css
<style>
span { border-color: #93B482; }
span { border-color: rgb(147,180,130); }
td.TdClassName
{
border-color: #93B482;
}
.TagClassName
{
border-color: #93B482;
}
</style>