#BAE297

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

Shades of Madang #BAE297

Tints of Madang #BAE297

Color information

#BAE297 (or 0xBAE297) is unknown color: approx Madang. HEX triplet: BA, E2 and 97. RGB value is (186,226,151). Sum of RGB (Red+Green+Blue) = 186+226+151=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE297 is #451D68. Grayscale: #CDCDCD. Windows color (decimal): -4529513 or 9953978. OLE color: 9953978.

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

Color convert

RGB186226151-
CMYK0.1800.330.11
HSL92º56.39%73.92%-
HSV(B)92º33.19%88.63%-
XYZ53.0367.0739.43-
YUV205.4997.25114.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=33.04%
G=40.14%
B=26.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261510.1800.330.119256.3973.92
HexBAE29712021B5c384a
Octal272342227220411313470112
Binary101110101110001010010111100100100001101110111001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE297; }

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

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

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

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

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

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

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

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