#92C346

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

Shades of Atlantis #92C346

Tints of Atlantis #92C346

Color information

#92C346 (or 0x92C346) is unknown color: approx Atlantis. HEX triplet: 92, C3 and 46. RGB value is (146,195,70). Sum of RGB (Red+Green+Blue) = 146+195+70=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #92C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C346 is #6D3CB9. Grayscale: #A6A6A6. Windows color (decimal): -7158970 or 4637586. OLE color: 4637586.

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

Color convert

RGB14619570-
CMYK0.2500.640.24
HSL83.52º51.02%51.96%-
HSV(B)83.52º64.1%76.47%-
XYZ32.4745.5812.88-
YUV166.173.77113.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 195 (76.56% from 255) = 47.45%
BLUE value IS 70 (27.73% from 255) = 17.03%
R=35.52%
G=47.45%
B=17.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146195700.2500.640.2483.5251.0251.96
Hex92C3461904018543334
Octal222303106310100301246364
Binary100100101100001110001101100101000000110001010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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