Shades of Atlantis #98BC4C
Tints of Atlantis #98BC4C
RGB
CMYK
RGB Variations
Color information
#98BC4C (or 0x98BC4C) is known color: Atlantis. HEX triplet: 98, BC and 4C. RGB value is (152,188,76). Sum of RGB (Red+Green+Blue) = 152+188+76=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC4C is #6743B3. Grayscale: #A4A4A4. Windows color (decimal): -6767540 or 5029016. OLE color: 5029016.
HSL color Cylindrical-coordinate representation of color #98BC4C: hue angle of 79.29º 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 #98BC4C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 76 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.26 |
| HSL | 79.29º | 0.46% | 0.52% | - |
| HSV(B) | 79.29º | 0.6% | 0.74% | - |
| XYZ | 32.24 | 43.16 | 13.47 | - |
| YUV | 164.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 76 | 0.19 | 0 | 0.60 | 0.26 | 79.29 | 0.46 | 0.52 |
| Hex | 98 | BC | 4C | 13 | 0 | 3C | 1A | 4F | 2E | 34 |
| Octal | 230 | 274 | 114 | 23 | 0 | 74 | 32 | 117 | 56 | 64 |
| Binary | 10011000 | 10111100 | 1001100 | 10011 | 0 | 111100 | 11010 | 1001111 | 101110 | 110100 |
Color Harmonies of #98BC4C
Complementary color
Monochromatic Colors of #98BC4C
Black with #98BC4C
Text Example
Text Example
White with #98BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC4C; }
p { color: rgb(152,188,76); }
H1.HeaderClassName
{
color: #98BC4C;
}
.AnyTagClassName
{
color: #98BC4C;
}
</style>
background-color css
<style>
a { background-color: #98BC4C; }
a { background-color: rgb(152,188,76); }
div.DivClassName
{
background-color: #98BC4C;
}
.BgClassName
{
background-color: #98BC4C;
}
</style>
border-color css
<style>
span { border-color: #98BC4C; }
span { border-color: rgb(152,188,76); }
td.TdClassName
{
border-color: #98BC4C;
}
.TagClassName
{
border-color: #98BC4C;
}
</style>