#baec97

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

Shades of Madang #BAEC97

Tints of Madang #BAEC97

Color information

#BAEC97 (or 0xBAEC97) is unknown color: approx Madang. HEX triplet: BA, EC and 97. RGB value is (186,236,151). Sum of RGB (Red+Green+Blue) = 186+236+151=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC97 is #451368. Grayscale: #D3D3D3. Windows color (decimal): -4526953 or 9956538. OLE color: 9956538.

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

Color convert

RGB186236151-
CMYK0.2100.360.07
HSL95.29º69.11%75.88%-
HSV(B)95.29º36.02%92.55%-
XYZ55.8372.6640.36-
YUV211.3693.94109.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=32.46%
G=41.19%
B=26.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361510.2100.360.0795.2969.1175.88
HexBAEC971502475f454c
Octal272354227250447137105114
Binary101110101110110010010111101010100100111101111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baec97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baec97; }

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

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

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

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

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

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

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

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