#BAD9AD

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

Shades of Madang #BAD9AD

Tints of Madang #BAD9AD

Color information

#BAD9AD (or 0xBAD9AD) is unknown color: approx Madang. HEX triplet: BA, D9 and AD. RGB value is (186,217,173). Sum of RGB (Red+Green+Blue) = 186+217+173=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD9AD is #452652. Grayscale: #CACACA. Windows color (decimal): -4531795 or 11393466. OLE color: 11393466.

HSL color Cylindrical-coordinate representation of color #BAD9AD: hue angle of 102.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD9AD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB186217173-
CMYK0.1400.200.15
HSL102.27º36.67%76.47%-
HSV(B)102.27º20.28%85.1%-
XYZ52.6163.0848.94-
YUV202.72111.23116.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=32.29%
G=37.67%
B=30.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171730.1400.200.15102.2736.6776.47
HexBAD9ADE014F66254c
Octal272331255160241714645114
Binary1011101011011001101011011110010100111111001101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9AD; }

 p { color: rgb(186,217,173); }

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

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

 a { background-color: rgb(186,217,173); }

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

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

 span { border-color: rgb(186,217,173); }

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