Shades of Atlantis #92BD40
Tints of Atlantis #92BD40
RGB
CMYK
RGB Variations
Color information
#92BD40 (or 0x92BD40) is known color: Atlantis. HEX triplet: 92, BD and 40. RGB value is (146,189,64). Sum of RGB (Red+Green+Blue) = 146+189+64=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD40 is #6D42BF. Grayscale: #A2A2A2. Windows color (decimal): -7160512 or 4242834. OLE color: 4242834.
HSL color Cylindrical-coordinate representation of color #92BD40: hue angle of 80.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92BD40 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 64 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.26 |
| HSL | 80.64º | 0.49% | 0.5% | - |
| HSV(B) | 80.64º | 0.66% | 0.74% | - |
| XYZ | 30.98 | 42.88 | 11.49 | - |
| YUV | 161.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 64 | 0.23 | 0 | 0.66 | 0.26 | 80.64 | 0.49 | 0.5 |
| Hex | 92 | BD | 40 | 17 | 0 | 42 | 1A | 51 | 31 | 32 |
| Octal | 222 | 275 | 100 | 27 | 0 | 102 | 32 | 121 | 61 | 62 |
| Binary | 10010010 | 10111101 | 1000000 | 10111 | 0 | 1000010 | 11010 | 1010001 | 110001 | 110010 |
Color Harmonies of #92BD40
Complementary color
Monochromatic Colors of #92BD40
Black with #92BD40
Text Example
Text Example
White with #92BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD40; }
p { color: rgb(146,189,64); }
H1.HeaderClassName
{
color: #92BD40;
}
.AnyTagClassName
{
color: #92BD40;
}
</style>
background-color css
<style>
a { background-color: #92BD40; }
a { background-color: rgb(146,189,64); }
div.DivClassName
{
background-color: #92BD40;
}
.BgClassName
{
background-color: #92BD40;
}
</style>
border-color css
<style>
span { border-color: #92BD40; }
span { border-color: rgb(146,189,64); }
td.TdClassName
{
border-color: #92BD40;
}
.TagClassName
{
border-color: #92BD40;
}
</style>