#8BEB49

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

Shades of Atlantis #8BEB49

Tints of Atlantis #8BEB49

Color information

#8BEB49 (or 0x8BEB49) is unknown color: approx Atlantis. HEX triplet: 8B, EB and 49. RGB value is (139,235,73). Sum of RGB (Red+Green+Blue) = 139+235+73=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEB49 is #7414B6. Grayscale: #BCBCBC. Windows color (decimal): -7607479 or 4844427. OLE color: 4844427.

HSL color Cylindrical-coordinate representation of color #8BEB49: hue angle of 95.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BEB49 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB13923573-
CMYK0.4100.690.08
HSL95.56º80.2%60.39%-
HSV(B)95.56º68.94%92.16%-
XYZ41.5665.3916.73-
YUV187.8363.293.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=31.10%
G=52.57%
B=16.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139235730.4100.690.0895.5680.260.39
Hex8BEB4929045860503c
Octal2133531115101051014012074
Binary1000101111101011100100110100101000101100011000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BEB49; }

 p { color: rgb(139,235,73); }

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

<style>
 a { background-color: #8BEB49; }

 a { background-color: rgb(139,235,73); }

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

<style>
 span { border-color: #8BEB49; }

 span { border-color: rgb(139,235,73); }

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