#92BE4A

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

Shades of Atlantis #92BE4A

Tints of Atlantis #92BE4A

Color information

#92BE4A (or 0x92BE4A) is unknown color: approx Atlantis. HEX triplet: 92, BE and 4A. RGB value is (146,190,74). Sum of RGB (Red+Green+Blue) = 146+190+74=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BE4A is #6D41B5. Grayscale: #A4A4A4. Windows color (decimal): -7160246 or 4898450. OLE color: 4898450.

HSL color Cylindrical-coordinate representation of color #92BE4A: hue angle of 82.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92BE4A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14619074-
CMYK0.2300.610.25
HSL82.76º47.15%51.76%-
HSV(B)82.76º61.05%74.51%-
XYZ31.543.4313.2-
YUV163.6277.42115.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=35.61%
G=46.34%
B=18.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146190740.2300.610.2582.7647.1551.76
Hex92BE4A1703D19532f34
Octal22227611227075311235764
Binary10010010101111101001010101110111101110011010011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,74); }

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

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

 a { background-color: rgb(146,190,74); }

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

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

 span { border-color: rgb(146,190,74); }

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