#BAEB9F

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

Shades of Madang #BAEB9F

Tints of Madang #BAEB9F

Color information

#BAEB9F (or 0xBAEB9F) is unknown color: approx Madang. HEX triplet: BA, EB and 9F. RGB value is (186,235,159). Sum of RGB (Red+Green+Blue) = 186+235+159=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB9F is #451460. Grayscale: #D3D3D3. Windows color (decimal): -4527201 or 10480570. OLE color: 10480570.

HSL color Cylindrical-coordinate representation of color #BAEB9F: hue angle of 98.68º degrees, saturation: 0.66, 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 #BAEB9F is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB186235159-
CMYK0.2100.320.08
HSL98.68º65.52%77.25%-
HSV(B)98.68º32.34%92.16%-
XYZ56.2272.3643.8-
YUV211.6898.27109.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=32.07%
G=40.52%
B=27.41%

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
Decimal1862351590.2100.320.0898.6865.5277.25
HexBAEB9F15020863424d
Octal2723532372504010143102115
Binary1011101011101011100111111010101000001000110001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB9F; }

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

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

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

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

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

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

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

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