Shades of Atlantis #92BA40
Tints of Atlantis #92BA40
RGB
CMYK
RGB Variations
Color information
#92BA40 (or 0x92BA40) is known color: Atlantis. HEX triplet: 92, BA and 40. RGB value is (146,186,64). Sum of RGB (Red+Green+Blue) = 146+186+64=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA40 is #6D45BF. Grayscale: #A0A0A0. Windows color (decimal): -7161280 or 4242066. OLE color: 4242066.
HSL color Cylindrical-coordinate representation of color #92BA40: hue angle of 79.67º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92BA40 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 64 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.27 |
| HSL | 79.67º | 0.49% | 0.49% | - |
| HSV(B) | 79.67º | 0.66% | 0.73% | - |
| XYZ | 30.34 | 41.6 | 11.28 | - |
| YUV | 160.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 64 | 0.22 | 0 | 0.66 | 0.27 | 79.67 | 0.49 | 0.49 |
| Hex | 92 | BA | 40 | 16 | 0 | 42 | 1B | 50 | 31 | 31 |
| Octal | 222 | 272 | 100 | 26 | 0 | 102 | 33 | 120 | 61 | 61 |
| Binary | 10010010 | 10111010 | 1000000 | 10110 | 0 | 1000010 | 11011 | 1010000 | 110001 | 110001 |
Color Harmonies of #92BA40
Complementary color
Monochromatic Colors of #92BA40
Black with #92BA40
Text Example
Text Example
White with #92BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA40; }
p { color: rgb(146,186,64); }
H1.HeaderClassName
{
color: #92BA40;
}
.AnyTagClassName
{
color: #92BA40;
}
</style>
background-color css
<style>
a { background-color: #92BA40; }
a { background-color: rgb(146,186,64); }
div.DivClassName
{
background-color: #92BA40;
}
.BgClassName
{
background-color: #92BA40;
}
</style>
border-color css
<style>
span { border-color: #92BA40; }
span { border-color: rgb(146,186,64); }
td.TdClassName
{
border-color: #92BA40;
}
.TagClassName
{
border-color: #92BA40;
}
</style>