#BAEBA0

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

Shades of Madang #BAEBA0

Tints of Madang #BAEBA0

Color information

#BAEBA0 (or 0xBAEBA0) is unknown color: approx Madang. HEX triplet: BA, EB and A0. RGB value is (186,235,160). Sum of RGB (Red+Green+Blue) = 186+235+160=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA0 is #45145F. Grayscale: #D4D4D4. Windows color (decimal): -4527200 or 10546106. OLE color: 10546106.

HSL color Cylindrical-coordinate representation of color #BAEBA0: hue angle of 99.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEBA0 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB186235160-
CMYK0.2100.320.08
HSL99.2º65.22%77.45%-
HSV(B)99.2º31.91%92.16%-
XYZ56.372.3944.26-
YUV211.898.77109.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=32.01%
G=40.45%
B=27.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351600.2100.320.0899.265.2277.45
HexBAEBA015020863414d
Octal2723532402504010143101115
Binary1011101011101011101000001010101000001000110001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBA0; }

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

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

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

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

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

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

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

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