#BAE6AD

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

Shades of Madang #BAE6AD

Tints of Madang #BAE6AD

Color information

#BAE6AD (or 0xBAE6AD) is unknown color: approx Madang. HEX triplet: BA, E6 and AD. RGB value is (186,230,173). Sum of RGB (Red+Green+Blue) = 186+230+173=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE6AD is #451952. Grayscale: #D2D2D2. Windows color (decimal): -4528467 or 11396794. OLE color: 11396794.

HSL color Cylindrical-coordinate representation of color #BAE6AD: hue angle of 106.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE6AD is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB186230173-
CMYK0.1900.250.10
HSL106.32º53.27%79.02%-
HSV(B)106.32º24.78%90.2%-
XYZ56.0970.0550.1-
YUV210.35106.92110.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=31.58%
G=39.05%
B=29.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301730.1900.250.10106.3253.2779.02
HexBAE6AD13019A6a354f
Octal272346255230311215265117
Binary10111010111001101010110110011011001101011010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6AD; }

 p { color: rgb(186,230,173); }

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

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

 a { background-color: rgb(186,230,173); }

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

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

 span { border-color: rgb(186,230,173); }

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