Shades of Atlantis #88BC43
Tints of Atlantis #88BC43
RGB
CMYK
RGB Variations
Color information
#88BC43 (or 0x88BC43) is known color: Atlantis. HEX triplet: 88, BC and 43. RGB value is (136,188,67). Sum of RGB (Red+Green+Blue) = 136+188+67=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC43 is #7743BC. Grayscale: #9F9F9F. Windows color (decimal): -7816125 or 4439176. OLE color: 4439176.
HSL color Cylindrical-coordinate representation of color #88BC43: hue angle of 85.79º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88BC43 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 67 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.26 |
| HSL | 85.79º | 0.47% | 0.5% | - |
| HSV(B) | 85.79º | 0.64% | 0.74% | - |
| XYZ | 29.15 | 41.61 | 11.8 | - |
| YUV | 158.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 67 | 0.28 | 0 | 0.64 | 0.26 | 85.79 | 0.47 | 0.5 |
| Hex | 88 | BC | 43 | 1C | 0 | 40 | 1A | 56 | 2F | 32 |
| Octal | 210 | 274 | 103 | 34 | 0 | 100 | 32 | 126 | 57 | 62 |
| Binary | 10001000 | 10111100 | 1000011 | 11100 | 0 | 1000000 | 11010 | 1010110 | 101111 | 110010 |
Color Harmonies of #88BC43
Complementary color
Monochromatic Colors of #88BC43
Black with #88BC43
Text Example
Text Example
White with #88BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC43; }
p { color: rgb(136,188,67); }
H1.HeaderClassName
{
color: #88BC43;
}
.AnyTagClassName
{
color: #88BC43;
}
</style>
background-color css
<style>
a { background-color: #88BC43; }
a { background-color: rgb(136,188,67); }
div.DivClassName
{
background-color: #88BC43;
}
.BgClassName
{
background-color: #88BC43;
}
</style>
border-color css
<style>
span { border-color: #88BC43; }
span { border-color: rgb(136,188,67); }
td.TdClassName
{
border-color: #88BC43;
}
.TagClassName
{
border-color: #88BC43;
}
</style>