#BAED96

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

Shades of Madang #BAED96

Tints of Madang #BAED96

Color information

#BAED96 (or 0xBAED96) is unknown color: approx Madang. HEX triplet: BA, ED and 96. RGB value is (186,237,150). Sum of RGB (Red+Green+Blue) = 186+237+150=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED96 is #451269. Grayscale: #D4D4D4. Windows color (decimal): -4526698 or 9891258. OLE color: 9891258.

HSL color Cylindrical-coordinate representation of color #BAED96: hue angle of 95.17º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAED96 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB186237150-
CMYK0.2200.370.07
HSL95.17º70.73%75.88%-
HSV(B)95.17º36.71%92.94%-
XYZ56.0473.2140.03-
YUV211.8393.1109.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=32.46%
G=41.36%
B=26.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371500.2200.370.0795.1770.7375.88
HexBAED961602575f474c
Octal272355226260457137107114
Binary101110101110110110010110101100100101111101111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED96; }

 p { color: rgb(186,237,150); }

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

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

 a { background-color: rgb(186,237,150); }

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

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

 span { border-color: rgb(186,237,150); }

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