#92C350

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

Shades of Atlantis #92C350

Tints of Atlantis #92C350

Color information

#92C350 (or 0x92C350) is unknown color: approx Atlantis. HEX triplet: 92, C3 and 50. RGB value is (146,195,80). Sum of RGB (Red+Green+Blue) = 146+195+80=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #92C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C350 is #6D3CAF. Grayscale: #A7A7A7. Windows color (decimal): -7158960 or 5292946. OLE color: 5292946.

HSL color Cylindrical-coordinate representation of color #92C350: hue angle of 85.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92C350 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB14619580-
CMYK0.2500.590.24
HSL85.57º48.94%53.92%-
HSV(B)85.57º58.97%76.47%-
XYZ32.8245.7214.68-
YUV167.2478.77112.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=34.68%
G=46.32%
B=19.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146195800.2500.590.2485.5748.9453.92
Hex92C3501903B18563136
Octal22230312031073301266166
Binary10010010110000111010000110010111011110001010110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,195,80); }

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

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

 a { background-color: rgb(146,195,80); }

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

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

 span { border-color: rgb(146,195,80); }

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