#BAED93

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

Shades of Madang #BAED93

Tints of Madang #BAED93

Color information

#BAED93 (or 0xBAED93) is unknown color: approx Madang. HEX triplet: BA, ED and 93. RGB value is (186,237,147). Sum of RGB (Red+Green+Blue) = 186+237+147=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED93 is #45126C. Grayscale: #D3D3D3. Windows color (decimal): -4526701 or 9694650. OLE color: 9694650.

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

Color convert

RGB186237147-
CMYK0.2200.380.07
HSL94º71.43%75.29%-
HSV(B)94º37.97%92.94%-
XYZ55.873.1138.78-
YUV211.4991.6109.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 237 (92.97% from 255) = 41.58%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=32.63%
G=41.58%
B=25.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371470.2200.380.079471.4375.29
HexBAED931602675e474b
Octal272355223260467136107113
Binary101110101110110110010011101100100110111101111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED93; }

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

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

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

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

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

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

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

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