Shades of Atlantis #8CBA44
Tints of Atlantis #8CBA44
RGB
CMYK
RGB Variations
Color information
#8CBA44 (or 0x8CBA44) is known color: Atlantis. HEX triplet: 8C, BA and 44. RGB value is (140,186,68). Sum of RGB (Red+Green+Blue) = 140+186+68=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA44 is #7345BB. Grayscale: #9F9F9F. Windows color (decimal): -7554492 or 4504204. OLE color: 4504204.
HSL color Cylindrical-coordinate representation of color #8CBA44: hue angle of 83.39º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CBA44 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 68 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.27 |
| HSL | 83.39º | 0.46% | 0.5% | - |
| HSV(B) | 83.39º | 0.63% | 0.73% | - |
| XYZ | 29.42 | 41.11 | 11.85 | - |
| YUV | 158.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 68 | 0.25 | 0 | 0.63 | 0.27 | 83.39 | 0.46 | 0.5 |
| Hex | 8C | BA | 44 | 19 | 0 | 3F | 1B | 53 | 2E | 32 |
| Octal | 214 | 272 | 104 | 31 | 0 | 77 | 33 | 123 | 56 | 62 |
| Binary | 10001100 | 10111010 | 1000100 | 11001 | 0 | 111111 | 11011 | 1010011 | 101110 | 110010 |
Color Harmonies of #8CBA44
Complementary color
Monochromatic Colors of #8CBA44
Black with #8CBA44
Text Example
Text Example
White with #8CBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA44; }
p { color: rgb(140,186,68); }
H1.HeaderClassName
{
color: #8CBA44;
}
.AnyTagClassName
{
color: #8CBA44;
}
</style>
background-color css
<style>
a { background-color: #8CBA44; }
a { background-color: rgb(140,186,68); }
div.DivClassName
{
background-color: #8CBA44;
}
.BgClassName
{
background-color: #8CBA44;
}
</style>
border-color css
<style>
span { border-color: #8CBA44; }
span { border-color: rgb(140,186,68); }
td.TdClassName
{
border-color: #8CBA44;
}
.TagClassName
{
border-color: #8CBA44;
}
</style>