#BAF1AA

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

Shades of Madang #BAF1AA

Tints of Madang #BAF1AA

Color information

#BAF1AA (or 0xBAF1AA) is unknown color: approx Madang. HEX triplet: BA, F1 and AA. RGB value is (186,241,170). Sum of RGB (Red+Green+Blue) = 186+241+170=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1AA is #450E55. Grayscale: #D8D8D8. Windows color (decimal): -4525654 or 11203002. OLE color: 11203002.

HSL color Cylindrical-coordinate representation of color #BAF1AA: hue angle of 106.48º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF1AA is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB186241170-
CMYK0.2300.290.05
HSL106.48º71.72%80.59%-
HSV(B)106.48º29.46%94.51%-
XYZ58.9676.2549.64-
YUV216.46101.78106.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=31.16%
G=40.37%
B=28.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411700.2300.290.05106.4871.7280.59
HexBAF1AA1701D56a4851
Octal272361252270355152110121
Binary10111010111100011010101010111011101101110101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1AA; }

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

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

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

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

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

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

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

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