#92C649

Color #92C649 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #92C649

Tints of Atlantis #92C649

Color information

#92C649 (or 0x92C649) is unknown color: approx Atlantis. HEX triplet: 92, C6 and 49. RGB value is (146,198,73). Sum of RGB (Red+Green+Blue) = 146+198+73=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #92C649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C649 is #6D39B6. Grayscale: #A8A8A8. Windows color (decimal): -7158199 or 4834962. OLE color: 4834962.

HSL color Cylindrical-coordinate representation of color #92C649: hue angle of 84.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92C649 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB14619873-
CMYK0.2600.630.22
HSL84.96º52.3%53.14%-
HSV(B)84.96º63.13%77.65%-
XYZ33.2546.9813.62-
YUV168.274.27112.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=35.01%
G=47.48%
B=17.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146198730.2600.630.2284.9652.353.14
Hex92C6491A03F16553435
Octal22230611132077261256465
Binary10010010110001101001001110100111111101101010101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C649; }

 p { color: rgb(146,198,73); }

 H1.HeaderClassName
 {
   color: #92C649;
 }
 .AnyTagClassName
 {
   color: #92C649;
 }
</style>
background-color css

<style>
 a { background-color: #92C649; }

 a { background-color: rgb(146,198,73); }

 div.DivClassName
 {
   background-color: #92C649;
 }
 .BgClassName
 {
   background-color: #92C649;
 }
</style>
border-color css

<style>
 span { border-color: #92C649; }

 span { border-color: rgb(146,198,73); }

 td.TdClassName
 {
   border-color: #92C649;
 }
 .TagClassName
 {
   border-color: #92C649;
 }
</style>