#BAEF9A

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

Shades of Madang #BAEF9A

Tints of Madang #BAEF9A

Color information

#BAEF9A (or 0xBAEF9A) is unknown color: approx Madang. HEX triplet: BA, EF and 9A. RGB value is (186,239,154). Sum of RGB (Red+Green+Blue) = 186+239+154=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF9A is #451065. Grayscale: #D5D5D5. Windows color (decimal): -4526182 or 10153914. OLE color: 10153914.

HSL color Cylindrical-coordinate representation of color #BAEF9A: hue angle of 97.41º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAEF9A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB186239154-
CMYK0.2200.360.06
HSL97.41º72.65%77.06%-
HSV(B)97.41º35.56%93.73%-
XYZ56.9574.5141.95-
YUV213.4694.44108.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=32.12%
G=41.28%
B=26.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391540.2200.360.0697.4172.6577.06
HexBAEF9A16024661494d
Octal272357232260446141111115
Binary101110101110111110011010101100100100110110000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF9A; }

 p { color: rgb(186,239,154); }

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

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

 a { background-color: rgb(186,239,154); }

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

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

 span { border-color: rgb(186,239,154); }

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