Shades of Atlantis #92BA47
Tints of Atlantis #92BA47
RGB
CMYK
RGB Variations
Color information
#92BA47 (or 0x92BA47) is known color: Atlantis. HEX triplet: 92, BA and 47. RGB value is (146,186,71). Sum of RGB (Red+Green+Blue) = 146+186+71=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA47 is #6D45B8. Grayscale: #A1A1A1. Windows color (decimal): -7161273 or 4700818. OLE color: 4700818.
HSL color Cylindrical-coordinate representation of color #92BA47: hue angle of 80.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92BA47 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 71 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.27 |
| HSL | 80.87º | 0.45% | 0.5% | - |
| HSV(B) | 80.87º | 0.62% | 0.73% | - |
| XYZ | 30.55 | 41.68 | 12.4 | - |
| YUV | 160.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 71 | 0.22 | 0 | 0.62 | 0.27 | 80.87 | 0.45 | 0.5 |
| Hex | 92 | BA | 47 | 16 | 0 | 3E | 1B | 51 | 2D | 32 |
| Octal | 222 | 272 | 107 | 26 | 0 | 76 | 33 | 121 | 55 | 62 |
| Binary | 10010010 | 10111010 | 1000111 | 10110 | 0 | 111110 | 11011 | 1010001 | 101101 | 110010 |
Color Harmonies of #92BA47
Complementary color
Monochromatic Colors of #92BA47
Black with #92BA47
Text Example
Text Example
White with #92BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA47; }
p { color: rgb(146,186,71); }
H1.HeaderClassName
{
color: #92BA47;
}
.AnyTagClassName
{
color: #92BA47;
}
</style>
background-color css
<style>
a { background-color: #92BA47; }
a { background-color: rgb(146,186,71); }
div.DivClassName
{
background-color: #92BA47;
}
.BgClassName
{
background-color: #92BA47;
}
</style>
border-color css
<style>
span { border-color: #92BA47; }
span { border-color: rgb(146,186,71); }
td.TdClassName
{
border-color: #92BA47;
}
.TagClassName
{
border-color: #92BA47;
}
</style>