Shades of Atlantis #92BB45
Tints of Atlantis #92BB45
RGB
CMYK
RGB Variations
Color information
#92BB45 (or 0x92BB45) is known color: Atlantis. HEX triplet: 92, BB and 45. RGB value is (146,187,69). Sum of RGB (Red+Green+Blue) = 146+187+69=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BB45 is #6D44BA. Grayscale: #A1A1A1. Windows color (decimal): -7161019 or 4570002. OLE color: 4570002.
HSL color Cylindrical-coordinate representation of color #92BB45: hue angle of 80.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92BB45 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 69 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.27 |
| HSL | 80.85º | 0.46% | 0.5% | - |
| HSV(B) | 80.85º | 0.63% | 0.73% | - |
| XYZ | 30.7 | 42.08 | 12.13 | - |
| YUV | 161.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 69 | 0.22 | 0 | 0.63 | 0.27 | 80.85 | 0.46 | 0.5 |
| Hex | 92 | BB | 45 | 16 | 0 | 3F | 1B | 51 | 2E | 32 |
| Octal | 222 | 273 | 105 | 26 | 0 | 77 | 33 | 121 | 56 | 62 |
| Binary | 10010010 | 10111011 | 1000101 | 10110 | 0 | 111111 | 11011 | 1010001 | 101110 | 110010 |
Color Harmonies of #92BB45
Complementary color
Monochromatic Colors of #92BB45
Black with #92BB45
Text Example
Text Example
White with #92BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB45; }
p { color: rgb(146,187,69); }
H1.HeaderClassName
{
color: #92BB45;
}
.AnyTagClassName
{
color: #92BB45;
}
</style>
background-color css
<style>
a { background-color: #92BB45; }
a { background-color: rgb(146,187,69); }
div.DivClassName
{
background-color: #92BB45;
}
.BgClassName
{
background-color: #92BB45;
}
</style>
border-color css
<style>
span { border-color: #92BB45; }
span { border-color: rgb(146,187,69); }
td.TdClassName
{
border-color: #92BB45;
}
.TagClassName
{
border-color: #92BB45;
}
</style>