#BAE296

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

Shades of Madang #BAE296

Tints of Madang #BAE296

Color information

#BAE296 (or 0xBAE296) is unknown color: approx Madang. HEX triplet: BA, E2 and 96. RGB value is (186,226,150). Sum of RGB (Red+Green+Blue) = 186+226+150=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE296 is #451D69. Grayscale: #CDCDCD. Windows color (decimal): -4529514 or 9888442. OLE color: 9888442.

HSL color Cylindrical-coordinate representation of color #BAE296: hue angle of 91.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE296 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB186226150-
CMYK0.1800.340.11
HSL91.58º56.72%73.73%-
HSV(B)91.58º33.63%88.63%-
XYZ52.9567.0339-
YUV205.3896.75114.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=33.10%
G=40.21%
B=26.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261500.1800.340.1191.5856.7273.73
HexBAE29612022B5c394a
Octal272342226220421313471112
Binary101110101110001010010110100100100010101110111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE296; }

 p { color: rgb(186,226,150); }

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

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

 a { background-color: rgb(186,226,150); }

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

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

 span { border-color: rgb(186,226,150); }

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