#baeca9

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

Shades of Madang #BAECA9

Tints of Madang #BAECA9

Color information

#BAECA9 (or 0xBAECA9) is unknown color: approx Madang. HEX triplet: BA, EC and A9. RGB value is (186,236,169). Sum of RGB (Red+Green+Blue) = 186+236+169=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECA9 is #451356. Grayscale: #D5D5D5. Windows color (decimal): -4526935 or 11136186. OLE color: 11136186.

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

Color convert

RGB186236169-
CMYK0.2100.280.07
HSL104.78º63.81%79.41%-
HSV(B)104.78º28.39%92.55%-
XYZ57.4173.2948.66-
YUV213.41102.94108.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=31.47%
G=39.93%
B=28.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361690.2100.280.07104.7863.8179.41
HexBAECA91501C769404f
Octal272354251250347151100117
Binary10111010111011001010100110101011100111110100110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baeca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baeca9; }

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

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

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

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

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

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

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

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