Shades of Atlantis #92C651
Tints of Atlantis #92C651
RGB
CMYK
RGB Variations
Color information
#92C651 (or 0x92C651) is known color: Atlantis. HEX triplet: 92, C6 and 51. RGB value is (146,198,81). Sum of RGB (Red+Green+Blue) = 146+198+81=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #92C651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C651 is #6D39AE. Grayscale: #A9A9A9. Windows color (decimal): -7158191 or 5359250. OLE color: 5359250.
HSL color Cylindrical-coordinate representation of color #92C651: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92C651 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 81 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.22 |
| HSL | 86.67º | 0.51% | 0.55% | - |
| HSV(B) | 86.67º | 0.59% | 0.78% | - |
| XYZ | 33.53 | 47.09 | 15.11 | - |
| YUV | 169.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 81 | 0.26 | 0 | 0.59 | 0.22 | 86.67 | 0.51 | 0.55 |
| Hex | 92 | C6 | 51 | 1A | 0 | 3B | 16 | 57 | 33 | 37 |
| Octal | 222 | 306 | 121 | 32 | 0 | 73 | 26 | 127 | 63 | 67 |
| Binary | 10010010 | 11000110 | 1010001 | 11010 | 0 | 111011 | 10110 | 1010111 | 110011 | 110111 |
Color Harmonies of #92C651
Complementary color
Monochromatic Colors of #92C651
Black with #92C651
Text Example
Text Example
White with #92C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C651; }
p { color: rgb(146,198,81); }
H1.HeaderClassName
{
color: #92C651;
}
.AnyTagClassName
{
color: #92C651;
}
</style>
background-color css
<style>
a { background-color: #92C651; }
a { background-color: rgb(146,198,81); }
div.DivClassName
{
background-color: #92C651;
}
.BgClassName
{
background-color: #92C651;
}
</style>
border-color css
<style>
span { border-color: #92C651; }
span { border-color: rgb(146,198,81); }
td.TdClassName
{
border-color: #92C651;
}
.TagClassName
{
border-color: #92C651;
}
</style>