Shades of Atlantis #98BC47
Tints of Atlantis #98BC47
RGB
CMYK
RGB Variations
Color information
#98BC47 (or 0x98BC47) is known color: Atlantis. HEX triplet: 98, BC and 47. RGB value is (152,188,71). Sum of RGB (Red+Green+Blue) = 152+188+71=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC47 is #6743B8. Grayscale: #A4A4A4. Windows color (decimal): -6767545 or 4701336. OLE color: 4701336.
HSL color Cylindrical-coordinate representation of color #98BC47: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98BC47 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 71 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.26 |
| HSL | 78.46º | 0.47% | 0.51% | - |
| HSV(B) | 78.46º | 0.62% | 0.74% | - |
| XYZ | 32.07 | 43.1 | 12.59 | - |
| YUV | 163.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 71 | 0.19 | 0 | 0.62 | 0.26 | 78.46 | 0.47 | 0.51 |
| Hex | 98 | BC | 47 | 13 | 0 | 3E | 1A | 4E | 2F | 33 |
| Octal | 230 | 274 | 107 | 23 | 0 | 76 | 32 | 116 | 57 | 63 |
| Binary | 10011000 | 10111100 | 1000111 | 10011 | 0 | 111110 | 11010 | 1001110 | 101111 | 110011 |
Color Harmonies of #98BC47
Complementary color
Monochromatic Colors of #98BC47
Black with #98BC47
Text Example
Text Example
White with #98BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC47; }
p { color: rgb(152,188,71); }
H1.HeaderClassName
{
color: #98BC47;
}
.AnyTagClassName
{
color: #98BC47;
}
</style>
background-color css
<style>
a { background-color: #98BC47; }
a { background-color: rgb(152,188,71); }
div.DivClassName
{
background-color: #98BC47;
}
.BgClassName
{
background-color: #98BC47;
}
</style>
border-color css
<style>
span { border-color: #98BC47; }
span { border-color: rgb(152,188,71); }
td.TdClassName
{
border-color: #98BC47;
}
.TagClassName
{
border-color: #98BC47;
}
</style>