Shades of Atlantis #92BD4A
Tints of Atlantis #92BD4A
RGB
CMYK
RGB Variations
Color information
#92BD4A (or 0x92BD4A) is known color: Atlantis. HEX triplet: 92, BD and 4A. RGB value is (146,189,74). Sum of RGB (Red+Green+Blue) = 146+189+74=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD4A is #6D42B5. Grayscale: #A3A3A3. Windows color (decimal): -7160502 or 4898194. OLE color: 4898194.
HSL color Cylindrical-coordinate representation of color #92BD4A: hue angle of 82.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92BD4A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 74 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.26 |
| HSL | 82.43º | 0.47% | 0.52% | - |
| HSV(B) | 82.43º | 0.61% | 0.74% | - |
| XYZ | 31.29 | 43 | 13.13 | - |
| YUV | 163.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 74 | 0.23 | 0 | 0.61 | 0.26 | 82.43 | 0.47 | 0.52 |
| Hex | 92 | BD | 4A | 17 | 0 | 3D | 1A | 52 | 2F | 34 |
| Octal | 222 | 275 | 112 | 27 | 0 | 75 | 32 | 122 | 57 | 64 |
| Binary | 10010010 | 10111101 | 1001010 | 10111 | 0 | 111101 | 11010 | 1010010 | 101111 | 110100 |
Color Harmonies of #92BD4A
Complementary color
Monochromatic Colors of #92BD4A
Black with #92BD4A
Text Example
Text Example
White with #92BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD4A; }
p { color: rgb(146,189,74); }
H1.HeaderClassName
{
color: #92BD4A;
}
.AnyTagClassName
{
color: #92BD4A;
}
</style>
background-color css
<style>
a { background-color: #92BD4A; }
a { background-color: rgb(146,189,74); }
div.DivClassName
{
background-color: #92BD4A;
}
.BgClassName
{
background-color: #92BD4A;
}
</style>
border-color css
<style>
span { border-color: #92BD4A; }
span { border-color: rgb(146,189,74); }
td.TdClassName
{
border-color: #92BD4A;
}
.TagClassName
{
border-color: #92BD4A;
}
</style>