#BADEA4

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

Shades of Madang #BADEA4

Tints of Madang #BADEA4

Color information

#BADEA4 (or 0xBADEA4) is unknown color: approx Madang. HEX triplet: BA, DE and A4. RGB value is (186,222,164). Sum of RGB (Red+Green+Blue) = 186+222+164=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA4 is #45215B. Grayscale: #CCCCCC. Windows color (decimal): -4530524 or 10804922. OLE color: 10804922.

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

Color convert

RGB186222164-
CMYK0.1600.260.13
HSL97.24º46.77%75.69%-
HSV(B)97.24º26.13%87.06%-
XYZ53.0765.3644.94-
YUV204.62105.07114.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=32.52%
G=38.81%
B=28.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221640.1600.260.1397.2446.7775.69
HexBADEA41001AD612f4c
Octal272336244200321514157114
Binary10111010110111101010010010000011010110111000011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEA4; }

 p { color: rgb(186,222,164); }

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

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

 a { background-color: rgb(186,222,164); }

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

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

 span { border-color: rgb(186,222,164); }

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