Shades of Atlantis #8BCB47
Tints of Atlantis #8BCB47
RGB
CMYK
RGB Variations
Color information
#8BCB47 (or 0x8BCB47) is known color: Atlantis. HEX triplet: 8B, CB and 47. RGB value is (139,203,71). Sum of RGB (Red+Green+Blue) = 139+203+71=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCB47 is #7434B8. Grayscale: #A9A9A9. Windows color (decimal): -7615673 or 4705163. OLE color: 4705163.
HSL color Cylindrical-coordinate representation of color #8BCB47: hue angle of 89.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BCB47 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 71 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.20 |
| HSL | 89.09º | 0.56% | 0.54% | - |
| HSV(B) | 89.09º | 0.65% | 0.8% | - |
| XYZ | 33.14 | 48.66 | 13.61 | - |
| YUV | 168.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 71 | 0.32 | 0 | 0.65 | 0.20 | 89.09 | 0.56 | 0.54 |
| Hex | 8B | CB | 47 | 20 | 0 | 41 | 14 | 59 | 38 | 36 |
| Octal | 213 | 313 | 107 | 40 | 0 | 101 | 24 | 131 | 70 | 66 |
| Binary | 10001011 | 11001011 | 1000111 | 100000 | 0 | 1000001 | 10100 | 1011001 | 111000 | 110110 |
Color Harmonies of #8BCB47
Complementary color
Monochromatic Colors of #8BCB47
Black with #8BCB47
Text Example
Text Example
White with #8BCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB47; }
p { color: rgb(139,203,71); }
H1.HeaderClassName
{
color: #8BCB47;
}
.AnyTagClassName
{
color: #8BCB47;
}
</style>
background-color css
<style>
a { background-color: #8BCB47; }
a { background-color: rgb(139,203,71); }
div.DivClassName
{
background-color: #8BCB47;
}
.BgClassName
{
background-color: #8BCB47;
}
</style>
border-color css
<style>
span { border-color: #8BCB47; }
span { border-color: rgb(139,203,71); }
td.TdClassName
{
border-color: #8BCB47;
}
.TagClassName
{
border-color: #8BCB47;
}
</style>