Shades of Atlantis #8BBA43
Tints of Atlantis #8BBA43
RGB
CMYK
RGB Variations
Color information
#8BBA43 (or 0x8BBA43) is known color: Atlantis. HEX triplet: 8B, BA and 43. RGB value is (139,186,67). Sum of RGB (Red+Green+Blue) = 139+186+67=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA43 is #7445BC. Grayscale: #9E9E9E. Windows color (decimal): -7620029 or 4438667. OLE color: 4438667.
HSL color Cylindrical-coordinate representation of color #8BBA43: hue angle of 83.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BBA43 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 67 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.27 |
| HSL | 83.7º | 0.47% | 0.5% | - |
| HSV(B) | 83.7º | 0.64% | 0.73% | - |
| XYZ | 29.22 | 41.01 | 11.69 | - |
| YUV | 158.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 67 | 0.25 | 0 | 0.64 | 0.27 | 83.7 | 0.47 | 0.5 |
| Hex | 8B | BA | 43 | 19 | 0 | 40 | 1B | 54 | 2F | 32 |
| Octal | 213 | 272 | 103 | 31 | 0 | 100 | 33 | 124 | 57 | 62 |
| Binary | 10001011 | 10111010 | 1000011 | 11001 | 0 | 1000000 | 11011 | 1010100 | 101111 | 110010 |
Color Harmonies of #8BBA43
Complementary color
Monochromatic Colors of #8BBA43
Black with #8BBA43
Text Example
Text Example
White with #8BBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA43; }
p { color: rgb(139,186,67); }
H1.HeaderClassName
{
color: #8BBA43;
}
.AnyTagClassName
{
color: #8BBA43;
}
</style>
background-color css
<style>
a { background-color: #8BBA43; }
a { background-color: rgb(139,186,67); }
div.DivClassName
{
background-color: #8BBA43;
}
.BgClassName
{
background-color: #8BBA43;
}
</style>
border-color css
<style>
span { border-color: #8BBA43; }
span { border-color: rgb(139,186,67); }
td.TdClassName
{
border-color: #8BBA43;
}
.TagClassName
{
border-color: #8BBA43;
}
</style>