#BAEE94

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

Shades of Madang #BAEE94

Tints of Madang #BAEE94

Color information

#BAEE94 (or 0xBAEE94) is unknown color: approx Madang. HEX triplet: BA, EE and 94. RGB value is (186,238,148). Sum of RGB (Red+Green+Blue) = 186+238+148=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE94 is #45116B. Grayscale: #D4D4D4. Windows color (decimal): -4526444 or 9760442. OLE color: 9760442.

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

Color convert

RGB186238148-
CMYK0.2200.380.07
HSL94.67º72.58%75.69%-
HSV(B)94.67º37.82%93.33%-
XYZ56.1773.7339.29-
YUV212.1991.77109.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=32.52%
G=41.61%
B=25.87%

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
Decimal1862381480.2200.380.0794.6772.5875.69
HexBAEE941602675f494c
Octal272356224260467137111114
Binary101110101110111010010100101100100110111101111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE94; }

 p { color: rgb(186,238,148); }

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

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

 a { background-color: rgb(186,238,148); }

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

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

 span { border-color: rgb(186,238,148); }

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