#BAEBA9

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

Shades of Madang #BAEBA9

Tints of Madang #BAEBA9

Color information

#BAEBA9 (or 0xBAEBA9) is unknown color: approx Madang. HEX triplet: BA, EB and A9. RGB value is (186,235,169). Sum of RGB (Red+Green+Blue) = 186+235+169=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA9 is #451456. Grayscale: #D5D5D5. Windows color (decimal): -4527191 or 11135930. OLE color: 11135930.

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

Color convert

RGB186235169-
CMYK0.2100.280.08
HSL104.55º62.26%79.22%-
HSV(B)104.55º28.09%92.16%-
XYZ57.1272.7248.56-
YUV212.82103.27108.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=31.53%
G=39.83%
B=28.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351690.2100.280.08104.5562.2679.22
HexBAEBA91501C8693e4f
Octal272353251250341015176117
Binary10111010111010111010100110101011100100011010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBA9; }

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

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

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

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

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

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

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

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