#9ABA49

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

Shades of Atlantis #9ABA49

Tints of Atlantis #9ABA49

Color information

#9ABA49 (or 0x9ABA49) is unknown color: approx Atlantis. HEX triplet: 9A, BA and 49. RGB value is (154,186,73). Sum of RGB (Red+Green+Blue) = 154+186+73=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA49 is #6545B6. Grayscale: #A3A3A3. Windows color (decimal): -6636983 or 4831898. OLE color: 4831898.

HSL color Cylindrical-coordinate representation of color #9ABA49: hue angle of 76.99º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ABA49 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB15418673-
CMYK0.1700.610.27
HSL76.99º45.02%50.78%-
HSV(B)76.99º60.75%72.94%-
XYZ32.0942.4712.81-
YUV163.5576.9121.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=37.29%
G=45.04%
B=17.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186730.1700.610.2776.9945.0250.78
Hex9ABA491103D1B4d2d33
Octal23227211121075331155563
Binary10011010101110101001001100010111101110111001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,73); }

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

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

 a { background-color: rgb(154,186,73); }

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

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

 span { border-color: rgb(154,186,73); }

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