#BAED95

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

Shades of Madang #BAED95

Tints of Madang #BAED95

Color information

#BAED95 (or 0xBAED95) is unknown color: approx Madang. HEX triplet: BA, ED and 95. RGB value is (186,237,149). Sum of RGB (Red+Green+Blue) = 186+237+149=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED95 is #45126A. Grayscale: #D4D4D4. Windows color (decimal): -4526699 or 9825722. OLE color: 9825722.

HSL color Cylindrical-coordinate representation of color #BAED95: hue angle of 94.77º 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 #BAED95 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB186237149-
CMYK0.2200.370.07
HSL94.77º70.97%75.69%-
HSV(B)94.77º37.13%92.94%-
XYZ55.9673.1839.61-
YUV211.7292.6109.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=32.52%
G=41.43%
B=26.05%

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
Decimal1862371490.2200.370.0794.7770.9775.69
HexBAED951602575f474c
Octal272355225260457137107114
Binary101110101110110110010101101100100101111101111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED95; }

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

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

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

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

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

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

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

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