Shades of Atlantis #92BB41
Tints of Atlantis #92BB41
RGB
CMYK
RGB Variations
Color information
#92BB41 (or 0x92BB41) is known color: Atlantis. HEX triplet: 92, BB and 41. RGB value is (146,187,65). Sum of RGB (Red+Green+Blue) = 146+187+65=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BB41 is #6D44BE. Grayscale: #A1A1A1. Windows color (decimal): -7161023 or 4307858. OLE color: 4307858.
HSL color Cylindrical-coordinate representation of color #92BB41: hue angle of 80.16º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92BB41 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 65 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.27 |
| HSL | 80.16º | 0.48% | 0.49% | - |
| HSV(B) | 80.16º | 0.65% | 0.73% | - |
| XYZ | 30.58 | 42.03 | 11.5 | - |
| YUV | 160.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 65 | 0.22 | 0 | 0.65 | 0.27 | 80.16 | 0.48 | 0.49 |
| Hex | 92 | BB | 41 | 16 | 0 | 41 | 1B | 50 | 30 | 31 |
| Octal | 222 | 273 | 101 | 26 | 0 | 101 | 33 | 120 | 60 | 61 |
| Binary | 10010010 | 10111011 | 1000001 | 10110 | 0 | 1000001 | 11011 | 1010000 | 110000 | 110001 |
Color Harmonies of #92BB41
Complementary color
Monochromatic Colors of #92BB41
Black with #92BB41
Text Example
Text Example
White with #92BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB41; }
p { color: rgb(146,187,65); }
H1.HeaderClassName
{
color: #92BB41;
}
.AnyTagClassName
{
color: #92BB41;
}
</style>
background-color css
<style>
a { background-color: #92BB41; }
a { background-color: rgb(146,187,65); }
div.DivClassName
{
background-color: #92BB41;
}
.BgClassName
{
background-color: #92BB41;
}
</style>
border-color css
<style>
span { border-color: #92BB41; }
span { border-color: rgb(146,187,65); }
td.TdClassName
{
border-color: #92BB41;
}
.TagClassName
{
border-color: #92BB41;
}
</style>