Shades of Atlantis #92CB43
Tints of Atlantis #92CB43
RGB
CMYK
RGB Variations
Color information
#92CB43 (or 0x92CB43) is known color: Atlantis. HEX triplet: 92, CB and 43. RGB value is (146,203,67). Sum of RGB (Red+Green+Blue) = 146+203+67=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB43 is #6D34BC. Grayscale: #AAAAAA. Windows color (decimal): -7156925 or 4443026. OLE color: 4443026.
HSL color Cylindrical-coordinate representation of color #92CB43: hue angle of 85.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92CB43 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 67 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.20 |
| HSL | 85.15º | 0.57% | 0.53% | - |
| HSV(B) | 85.15º | 0.67% | 0.8% | - |
| XYZ | 34.22 | 49.23 | 13.01 | - |
| YUV | 170.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 67 | 0.28 | 0 | 0.67 | 0.20 | 85.15 | 0.57 | 0.53 |
| Hex | 92 | CB | 43 | 1C | 0 | 43 | 14 | 55 | 39 | 35 |
| Octal | 222 | 313 | 103 | 34 | 0 | 103 | 24 | 125 | 71 | 65 |
| Binary | 10010010 | 11001011 | 1000011 | 11100 | 0 | 1000011 | 10100 | 1010101 | 111001 | 110101 |
Color Harmonies of #92CB43
Complementary color
Monochromatic Colors of #92CB43
Black with #92CB43
Text Example
Text Example
White with #92CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB43; }
p { color: rgb(146,203,67); }
H1.HeaderClassName
{
color: #92CB43;
}
.AnyTagClassName
{
color: #92CB43;
}
</style>
background-color css
<style>
a { background-color: #92CB43; }
a { background-color: rgb(146,203,67); }
div.DivClassName
{
background-color: #92CB43;
}
.BgClassName
{
background-color: #92CB43;
}
</style>
border-color css
<style>
span { border-color: #92CB43; }
span { border-color: rgb(146,203,67); }
td.TdClassName
{
border-color: #92CB43;
}
.TagClassName
{
border-color: #92CB43;
}
</style>