#BAE9B4

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

Shades of Madang #BAE9B4

Tints of Madang #BAE9B4

Color information

#BAE9B4 (or 0xBAE9B4) is unknown color: approx Madang. HEX triplet: BA, E9 and B4. RGB value is (186,233,180). Sum of RGB (Red+Green+Blue) = 186+233+180=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9B4 is #45164B. Grayscale: #D5D5D5. Windows color (decimal): -4527692 or 11856314. OLE color: 11856314.

HSL color Cylindrical-coordinate representation of color #BAE9B4: hue angle of 113.21º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE9B4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB186233180-
CMYK0.2000.230.09
HSL113.21º54.64%80.98%-
HSV(B)113.21º22.75%91.37%-
XYZ57.6372.0154.04-
YUV212.9109.43108.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=31.05%
G=38.90%
B=30.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331800.2000.230.09113.2154.6480.98
HexBAE9B4140179713751
Octal272351264240271116167121
Binary10111010111010011011010010100010111100111100011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9B4; }

 p { color: rgb(186,233,180); }

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

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

 a { background-color: rgb(186,233,180); }

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

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

 span { border-color: rgb(186,233,180); }

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