Shades of Atlantis #92BC3F
Tints of Atlantis #92BC3F
RGB
CMYK
RGB Variations
Color information
#92BC3F (or 0x92BC3F) is known color: Atlantis. HEX triplet: 92, BC and 3F. RGB value is (146,188,63). Sum of RGB (Red+Green+Blue) = 146+188+63=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC3F is #6D43C0. Grayscale: #A1A1A1. Windows color (decimal): -7160769 or 4177042. OLE color: 4177042.
HSL color Cylindrical-coordinate representation of color #92BC3F: hue angle of 80.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92BC3F is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 63 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.26 |
| HSL | 80.16º | 0.5% | 0.49% | - |
| HSV(B) | 80.16º | 0.66% | 0.74% | - |
| XYZ | 30.73 | 42.44 | 11.27 | - |
| YUV | 161.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 63 | 0.22 | 0 | 0.66 | 0.26 | 80.16 | 0.5 | 0.49 |
| Hex | 92 | BC | 3F | 16 | 0 | 42 | 1A | 50 | 32 | 31 |
| Octal | 222 | 274 | 77 | 26 | 0 | 102 | 32 | 120 | 62 | 61 |
| Binary | 10010010 | 10111100 | 111111 | 10110 | 0 | 1000010 | 11010 | 1010000 | 110010 | 110001 |
Color Harmonies of #92BC3F
Complementary color
Monochromatic Colors of #92BC3F
Black with #92BC3F
Text Example
Text Example
White with #92BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC3F; }
p { color: rgb(146,188,63); }
H1.HeaderClassName
{
color: #92BC3F;
}
.AnyTagClassName
{
color: #92BC3F;
}
</style>
background-color css
<style>
a { background-color: #92BC3F; }
a { background-color: rgb(146,188,63); }
div.DivClassName
{
background-color: #92BC3F;
}
.BgClassName
{
background-color: #92BC3F;
}
</style>
border-color css
<style>
span { border-color: #92BC3F; }
span { border-color: rgb(146,188,63); }
td.TdClassName
{
border-color: #92BC3F;
}
.TagClassName
{
border-color: #92BC3F;
}
</style>