#BAEBA4

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

Shades of Madang #BAEBA4

Tints of Madang #BAEBA4

Color information

#BAEBA4 (or 0xBAEBA4) is unknown color: approx Madang. HEX triplet: BA, EB and A4. RGB value is (186,235,164). Sum of RGB (Red+Green+Blue) = 186+235+164=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA4 is #45145B. Grayscale: #D4D4D4. Windows color (decimal): -4527196 or 10808250. OLE color: 10808250.

HSL color Cylindrical-coordinate representation of color #BAEBA4: hue angle of 101.41º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAEBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB186235164-
CMYK0.2100.300.08
HSL101.41º63.96%78.24%-
HSV(B)101.41º30.21%92.16%-
XYZ56.6672.5446.14-
YUV212.26100.77109.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=31.79%
G=40.17%
B=28.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351640.2100.300.08101.4163.9678.24
HexBAEBA41501E865404e
Octal2723532442503610145100116
Binary101110101110101110100100101010111101000110010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBA4; }

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

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

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

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

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

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

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

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