Shades of Atlantis #93BC49
Tints of Atlantis #93BC49
RGB
CMYK
RGB Variations
Color information
#93BC49 (or 0x93BC49) is known color: Atlantis. HEX triplet: 93, BC and 49. RGB value is (147,188,73). Sum of RGB (Red+Green+Blue) = 147+188+73=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC49 is #6C43B6. Grayscale: #A3A3A3. Windows color (decimal): -7095223 or 4832403. OLE color: 4832403.
HSL color Cylindrical-coordinate representation of color #93BC49: hue angle of 81.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93BC49 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 73 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.26 |
| HSL | 81.39º | 0.46% | 0.51% | - |
| HSV(B) | 81.39º | 0.61% | 0.74% | - |
| XYZ | 31.22 | 42.65 | 12.89 | - |
| YUV | 162.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 73 | 0.22 | 0 | 0.61 | 0.26 | 81.39 | 0.46 | 0.51 |
| Hex | 93 | BC | 49 | 16 | 0 | 3D | 1A | 51 | 2E | 33 |
| Octal | 223 | 274 | 111 | 26 | 0 | 75 | 32 | 121 | 56 | 63 |
| Binary | 10010011 | 10111100 | 1001001 | 10110 | 0 | 111101 | 11010 | 1010001 | 101110 | 110011 |
Color Harmonies of #93BC49
Complementary color
Monochromatic Colors of #93BC49
Black with #93BC49
Text Example
Text Example
White with #93BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC49; }
p { color: rgb(147,188,73); }
H1.HeaderClassName
{
color: #93BC49;
}
.AnyTagClassName
{
color: #93BC49;
}
</style>
background-color css
<style>
a { background-color: #93BC49; }
a { background-color: rgb(147,188,73); }
div.DivClassName
{
background-color: #93BC49;
}
.BgClassName
{
background-color: #93BC49;
}
</style>
border-color css
<style>
span { border-color: #93BC49; }
span { border-color: rgb(147,188,73); }
td.TdClassName
{
border-color: #93BC49;
}
.TagClassName
{
border-color: #93BC49;
}
</style>