#BAD9A6

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

Shades of Madang #BAD9A6

Tints of Madang #BAD9A6

Color information

#BAD9A6 (or 0xBAD9A6) is unknown color: approx Madang. HEX triplet: BA, D9 and A6. RGB value is (186,217,166). Sum of RGB (Red+Green+Blue) = 186+217+166=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD9A6 is #452659. Grayscale: #CACACA. Windows color (decimal): -4531802 or 10934714. OLE color: 10934714.

HSL color Cylindrical-coordinate representation of color #BAD9A6: hue angle of 96.47º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD9A6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB186217166-
CMYK0.1400.240.15
HSL96.47º40.16%75.1%-
HSV(B)96.47º23.5%85.1%-
XYZ51.9562.8245.46-
YUV201.92107.73116.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=32.69%
G=38.14%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171660.1400.240.1596.4740.1675.1
HexBAD9A6E018F60284b
Octal272331246160301714050113
Binary1011101011011001101001101110011000111111000001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9A6; }

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

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

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

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

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

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

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

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