Shades of Atlantis #95BA49
Tints of Atlantis #95BA49
RGB
CMYK
RGB Variations
Color information
#95BA49 (or 0x95BA49) is known color: Atlantis. HEX triplet: 95, BA and 49. RGB value is (149,186,73). Sum of RGB (Red+Green+Blue) = 149+186+73=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA49 is #6A45B6. Grayscale: #A2A2A2. Windows color (decimal): -6964663 or 4831893. OLE color: 4831893.
HSL color Cylindrical-coordinate representation of color #95BA49: hue angle of 79.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95BA49 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 73 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.27 |
| HSL | 79.65º | 0.45% | 0.51% | - |
| HSV(B) | 79.65º | 0.61% | 0.73% | - |
| XYZ | 31.16 | 41.99 | 12.77 | - |
| YUV | 162.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 73 | 0.20 | 0 | 0.61 | 0.27 | 79.65 | 0.45 | 0.51 |
| Hex | 95 | BA | 49 | 14 | 0 | 3D | 1B | 50 | 2D | 33 |
| Octal | 225 | 272 | 111 | 24 | 0 | 75 | 33 | 120 | 55 | 63 |
| Binary | 10010101 | 10111010 | 1001001 | 10100 | 0 | 111101 | 11011 | 1010000 | 101101 | 110011 |
Color Harmonies of #95BA49
Complementary color
Monochromatic Colors of #95BA49
Black with #95BA49
Text Example
Text Example
White with #95BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA49; }
p { color: rgb(149,186,73); }
H1.HeaderClassName
{
color: #95BA49;
}
.AnyTagClassName
{
color: #95BA49;
}
</style>
background-color css
<style>
a { background-color: #95BA49; }
a { background-color: rgb(149,186,73); }
div.DivClassName
{
background-color: #95BA49;
}
.BgClassName
{
background-color: #95BA49;
}
</style>
border-color css
<style>
span { border-color: #95BA49; }
span { border-color: rgb(149,186,73); }
td.TdClassName
{
border-color: #95BA49;
}
.TagClassName
{
border-color: #95BA49;
}
</style>