Shades of Atlantis #95B847
Tints of Atlantis #95B847
RGB
CMYK
RGB Variations
Color information
#95B847 (or 0x95B847) is known color: Atlantis. HEX triplet: 95, B8 and 47. RGB value is (149,184,71). Sum of RGB (Red+Green+Blue) = 149+184+71=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #95B847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B847 is #6A47B8. Grayscale: #A1A1A1. Windows color (decimal): -6965177 or 4700309. OLE color: 4700309.
HSL color Cylindrical-coordinate representation of color #95B847: hue angle of 78.58º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95B847 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 71 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.28 |
| HSL | 78.58º | 0.44% | 0.5% | - |
| HSV(B) | 78.58º | 0.61% | 0.72% | - |
| XYZ | 30.67 | 41.13 | 12.28 | - |
| YUV | 160.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 71 | 0.19 | 0 | 0.61 | 0.28 | 78.58 | 0.44 | 0.5 |
| Hex | 95 | B8 | 47 | 13 | 0 | 3D | 1C | 4F | 2C | 32 |
| Octal | 225 | 270 | 107 | 23 | 0 | 75 | 34 | 117 | 54 | 62 |
| Binary | 10010101 | 10111000 | 1000111 | 10011 | 0 | 111101 | 11100 | 1001111 | 101100 | 110010 |
Color Harmonies of #95B847
Complementary color
Monochromatic Colors of #95B847
Black with #95B847
Text Example
Text Example
White with #95B847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B847; }
p { color: rgb(149,184,71); }
H1.HeaderClassName
{
color: #95B847;
}
.AnyTagClassName
{
color: #95B847;
}
</style>
background-color css
<style>
a { background-color: #95B847; }
a { background-color: rgb(149,184,71); }
div.DivClassName
{
background-color: #95B847;
}
.BgClassName
{
background-color: #95B847;
}
</style>
border-color css
<style>
span { border-color: #95B847; }
span { border-color: rgb(149,184,71); }
td.TdClassName
{
border-color: #95B847;
}
.TagClassName
{
border-color: #95B847;
}
</style>