#92C34B

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

Shades of Atlantis #92C34B

Tints of Atlantis #92C34B

Color information

#92C34B (or 0x92C34B) is unknown color: approx Atlantis. HEX triplet: 92, C3 and 4B. RGB value is (146,195,75). Sum of RGB (Red+Green+Blue) = 146+195+75=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #92C34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C34B is #6D3CB4. Grayscale: #A7A7A7. Windows color (decimal): -7158965 or 4965266. OLE color: 4965266.

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

Color convert

RGB14619575-
CMYK0.2500.620.24
HSL84.5º50%52.94%-
HSV(B)84.5º61.54%76.47%-
XYZ32.6445.6513.75-
YUV166.6776.27113.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=35.10%
G=46.88%
B=18.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146195750.2500.620.2484.55052.94
Hex92C34B1903E18543235
Octal22230311331076301246265
Binary10010010110000111001011110010111110110001010100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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