Shades of Atlantis #93BB44
Tints of Atlantis #93BB44
RGB
CMYK
RGB Variations
Color information
#93BB44 (or 0x93BB44) is known color: Atlantis. HEX triplet: 93, BB and 44. RGB value is (147,187,68). Sum of RGB (Red+Green+Blue) = 147+187+68=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BB44 is #6C44BB. Grayscale: #A1A1A1. Windows color (decimal): -7095484 or 4504467. OLE color: 4504467.
HSL color Cylindrical-coordinate representation of color #93BB44: hue angle of 80.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93BB44 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 68 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.27 |
| HSL | 80.17º | 0.47% | 0.5% | - |
| HSV(B) | 80.17º | 0.64% | 0.73% | - |
| XYZ | 30.85 | 42.16 | 11.98 | - |
| YUV | 161.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 68 | 0.21 | 0 | 0.64 | 0.27 | 80.17 | 0.47 | 0.5 |
| Hex | 93 | BB | 44 | 15 | 0 | 40 | 1B | 50 | 2F | 32 |
| Octal | 223 | 273 | 104 | 25 | 0 | 100 | 33 | 120 | 57 | 62 |
| Binary | 10010011 | 10111011 | 1000100 | 10101 | 0 | 1000000 | 11011 | 1010000 | 101111 | 110010 |
Color Harmonies of #93BB44
Complementary color
Monochromatic Colors of #93BB44
Black with #93BB44
Text Example
Text Example
White with #93BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB44; }
p { color: rgb(147,187,68); }
H1.HeaderClassName
{
color: #93BB44;
}
.AnyTagClassName
{
color: #93BB44;
}
</style>
background-color css
<style>
a { background-color: #93BB44; }
a { background-color: rgb(147,187,68); }
div.DivClassName
{
background-color: #93BB44;
}
.BgClassName
{
background-color: #93BB44;
}
</style>
border-color css
<style>
span { border-color: #93BB44; }
span { border-color: rgb(147,187,68); }
td.TdClassName
{
border-color: #93BB44;
}
.TagClassName
{
border-color: #93BB44;
}
</style>