#BAE299

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

Shades of Madang #BAE299

Tints of Madang #BAE299

Color information

#BAE299 (or 0xBAE299) is unknown color: approx Madang. HEX triplet: BA, E2 and 99. RGB value is (186,226,153). Sum of RGB (Red+Green+Blue) = 186+226+153=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE299 is #451D66. Grayscale: #CDCDCD. Windows color (decimal): -4529511 or 10085050. OLE color: 10085050.

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

Color convert

RGB186226153-
CMYK0.1800.320.11
HSL92.88º55.73%74.31%-
HSV(B)92.88º32.3%88.63%-
XYZ53.267.1340.29-
YUV205.7298.25113.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=32.92%
G=40%
B=27.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261530.1800.320.1192.8855.7374.31
HexBAE29912020B5d384a
Octal272342231220401313570112
Binary101110101110001010011001100100100000101110111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE299; }

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

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

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

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

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

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

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

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