Shades of Atlantis #9CBA44
Tints of Atlantis #9CBA44
RGB
CMYK
RGB Variations
Color information
#9CBA44 (or 0x9CBA44) is known color: Atlantis. HEX triplet: 9C, BA and 44. RGB value is (156,186,68). Sum of RGB (Red+Green+Blue) = 156+186+68=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA44 is #6345BB. Grayscale: #A4A4A4. Windows color (decimal): -6505916 or 4504220. OLE color: 4504220.
HSL color Cylindrical-coordinate representation of color #9CBA44: hue angle of 75.25º 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 #9CBA44 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 68 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.27 |
| HSL | 75.25º | 0.46% | 0.5% | - |
| HSV(B) | 75.25º | 0.63% | 0.73% | - |
| XYZ | 32.31 | 42.6 | 11.99 | - |
| YUV | 163.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 68 | 0.16 | 0 | 0.63 | 0.27 | 75.25 | 0.46 | 0.5 |
| Hex | 9C | BA | 44 | 10 | 0 | 3F | 1B | 4B | 2E | 32 |
| Octal | 234 | 272 | 104 | 20 | 0 | 77 | 33 | 113 | 56 | 62 |
| Binary | 10011100 | 10111010 | 1000100 | 10000 | 0 | 111111 | 11011 | 1001011 | 101110 | 110010 |
Color Harmonies of #9CBA44
Complementary color
Monochromatic Colors of #9CBA44
Black with #9CBA44
Text Example
Text Example
White with #9CBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA44; }
p { color: rgb(156,186,68); }
H1.HeaderClassName
{
color: #9CBA44;
}
.AnyTagClassName
{
color: #9CBA44;
}
</style>
background-color css
<style>
a { background-color: #9CBA44; }
a { background-color: rgb(156,186,68); }
div.DivClassName
{
background-color: #9CBA44;
}
.BgClassName
{
background-color: #9CBA44;
}
</style>
border-color css
<style>
span { border-color: #9CBA44; }
span { border-color: rgb(156,186,68); }
td.TdClassName
{
border-color: #9CBA44;
}
.TagClassName
{
border-color: #9CBA44;
}
</style>