#9EBD49

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

Shades of Atlantis #9EBD49

Tints of Atlantis #9EBD49

Color information

#9EBD49 (or 0x9EBD49) is unknown color: approx Atlantis. HEX triplet: 9E, BD and 49. RGB value is (158,189,73). Sum of RGB (Red+Green+Blue) = 158+189+73=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD49 is #6142B6. Grayscale: #A6A6A6. Windows color (decimal): -6374071 or 4832670. OLE color: 4832670.

HSL color Cylindrical-coordinate representation of color #9EBD49: hue angle of 76.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EBD49 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB15818973-
CMYK0.1600.610.26
HSL76.03º46.77%51.37%-
HSV(B)76.03º61.38%74.12%-
XYZ33.544.1513.06-
YUV166.5175.23121.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=37.62%
G=45%
B=17.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158189730.1600.610.2676.0346.7751.37
Hex9EBD491003D1A4c2f33
Octal23627511120075321145763
Binary10011110101111011001001100000111101110101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBD49; }

 p { color: rgb(158,189,73); }

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

<style>
 a { background-color: #9EBD49; }

 a { background-color: rgb(158,189,73); }

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

<style>
 span { border-color: #9EBD49; }

 span { border-color: rgb(158,189,73); }

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