#99BD49

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

Shades of Atlantis #99BD49

Tints of Atlantis #99BD49

Color information

#99BD49 (or 0x99BD49) is unknown color: approx Atlantis. HEX triplet: 99, BD and 49. RGB value is (153,189,73). Sum of RGB (Red+Green+Blue) = 153+189+73=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD49 is #6642B6. Grayscale: #A5A5A5. Windows color (decimal): -6701751 or 4832665. OLE color: 4832665.

HSL color Cylindrical-coordinate representation of color #99BD49: hue angle of 78.62º 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 #99BD49 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB15318973-
CMYK0.1900.610.26
HSL78.62º46.77%51.37%-
HSV(B)78.62º61.38%74.12%-
XYZ32.5443.6513.01-
YUV165.0176.07119.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=36.87%
G=45.54%
B=17.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153189730.1900.610.2678.6246.7751.37
Hex99BD491303D1A4f2f33
Octal23127511123075321175763
Binary10011001101111011001001100110111101110101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BD49; }

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

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

<style>
 a { background-color: #99BD49; }

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

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

<style>
 span { border-color: #99BD49; }

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

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