Shades of Atlantis #8BBD46
Tints of Atlantis #8BBD46
RGB
CMYK
RGB Variations
Color information
#8BBD46 (or 0x8BBD46) is known color: Atlantis. HEX triplet: 8B, BD and 46. RGB value is (139,189,70). Sum of RGB (Red+Green+Blue) = 139+189+70=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBD46 is #7442B9. Grayscale: #A0A0A0. Windows color (decimal): -7619258 or 4636043. OLE color: 4636043.
HSL color Cylindrical-coordinate representation of color #8BBD46: hue angle of 85.21º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BBD46 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 70 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.26 |
| HSL | 85.21º | 0.47% | 0.51% | - |
| HSV(B) | 85.21º | 0.63% | 0.74% | - |
| XYZ | 29.95 | 42.33 | 12.39 | - |
| YUV | 160.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 70 | 0.26 | 0 | 0.63 | 0.26 | 85.21 | 0.47 | 0.51 |
| Hex | 8B | BD | 46 | 1A | 0 | 3F | 1A | 55 | 2F | 33 |
| Octal | 213 | 275 | 106 | 32 | 0 | 77 | 32 | 125 | 57 | 63 |
| Binary | 10001011 | 10111101 | 1000110 | 11010 | 0 | 111111 | 11010 | 1010101 | 101111 | 110011 |
Color Harmonies of #8BBD46
Complementary color
Monochromatic Colors of #8BBD46
Black with #8BBD46
Text Example
Text Example
White with #8BBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD46; }
p { color: rgb(139,189,70); }
H1.HeaderClassName
{
color: #8BBD46;
}
.AnyTagClassName
{
color: #8BBD46;
}
</style>
background-color css
<style>
a { background-color: #8BBD46; }
a { background-color: rgb(139,189,70); }
div.DivClassName
{
background-color: #8BBD46;
}
.BgClassName
{
background-color: #8BBD46;
}
</style>
border-color css
<style>
span { border-color: #8BBD46; }
span { border-color: rgb(139,189,70); }
td.TdClassName
{
border-color: #8BBD46;
}
.TagClassName
{
border-color: #8BBD46;
}
</style>