#BADDA0

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

Shades of Madang #BADDA0

Tints of Madang #BADDA0

Color information

#BADDA0 (or 0xBADDA0) is unknown color: approx Madang. HEX triplet: BA, DD and A0. RGB value is (186,221,160). Sum of RGB (Red+Green+Blue) = 186+221+160=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA0 is #45225F. Grayscale: #CBCBCB. Windows color (decimal): -4530784 or 10542522. OLE color: 10542522.

HSL color Cylindrical-coordinate representation of color #BADDA0: hue angle of 94.43º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BADDA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB186221160-
CMYK0.1600.280.13
HSL94.43º47.29%74.71%-
HSV(B)94.43º27.6%86.67%-
XYZ52.4564.6942.98-
YUV203.58103.4115.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=32.80%
G=38.98%
B=28.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211600.1600.280.1394.4347.2974.71
HexBADDA01001CD5e2f4b
Octal272335240200341513657113
Binary10111010110111011010000010000011100110110111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDA0; }

 p { color: rgb(186,221,160); }

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

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

 a { background-color: rgb(186,221,160); }

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

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

 span { border-color: rgb(186,221,160); }

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