Shades of Atlantis #93BC4B
Tints of Atlantis #93BC4B
RGB
CMYK
RGB Variations
Color information
#93BC4B (or 0x93BC4B) is known color: Atlantis. HEX triplet: 93, BC and 4B. RGB value is (147,188,75). Sum of RGB (Red+Green+Blue) = 147+188+75=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC4B is #6C43B4. Grayscale: #A3A3A3. Windows color (decimal): -7095221 or 4963475. OLE color: 4963475.
HSL color Cylindrical-coordinate representation of color #93BC4B: hue angle of 81.77º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93BC4B is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 75 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.26 |
| HSL | 81.77º | 0.46% | 0.52% | - |
| HSV(B) | 81.77º | 0.6% | 0.74% | - |
| XYZ | 31.29 | 42.68 | 13.25 | - |
| YUV | 162.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 75 | 0.22 | 0 | 0.60 | 0.26 | 81.77 | 0.46 | 0.52 |
| Hex | 93 | BC | 4B | 16 | 0 | 3C | 1A | 52 | 2E | 34 |
| Octal | 223 | 274 | 113 | 26 | 0 | 74 | 32 | 122 | 56 | 64 |
| Binary | 10010011 | 10111100 | 1001011 | 10110 | 0 | 111100 | 11010 | 1010010 | 101110 | 110100 |
Color Harmonies of #93BC4B
Complementary color
Monochromatic Colors of #93BC4B
Black with #93BC4B
Text Example
Text Example
White with #93BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC4B; }
p { color: rgb(147,188,75); }
H1.HeaderClassName
{
color: #93BC4B;
}
.AnyTagClassName
{
color: #93BC4B;
}
</style>
background-color css
<style>
a { background-color: #93BC4B; }
a { background-color: rgb(147,188,75); }
div.DivClassName
{
background-color: #93BC4B;
}
.BgClassName
{
background-color: #93BC4B;
}
</style>
border-color css
<style>
span { border-color: #93BC4B; }
span { border-color: rgb(147,188,75); }
td.TdClassName
{
border-color: #93BC4B;
}
.TagClassName
{
border-color: #93BC4B;
}
</style>