#BAE6AA

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

Shades of Madang #BAE6AA

Tints of Madang #BAE6AA

Color information

#BAE6AA (or 0xBAE6AA) is unknown color: approx Madang. HEX triplet: BA, E6 and AA. RGB value is (186,230,170). Sum of RGB (Red+Green+Blue) = 186+230+170=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE6AA is #451955. Grayscale: #D2D2D2. Windows color (decimal): -4528470 or 11200186. OLE color: 11200186.

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

Color convert

RGB186230170-
CMYK0.1900.260.10
HSL104º54.55%78.43%-
HSV(B)104º26.09%90.2%-
XYZ55.869.9448.59-
YUV210105.42110.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=31.74%
G=39.25%
B=29.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301700.1900.260.1010454.5578.43
HexBAE6AA1301AA68374e
Octal272346252230321215067116
Binary10111010111001101010101010011011010101011010001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6AA; }

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

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

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

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

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

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

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

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