#BAF6A1

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

Shades of Madang #BAF6A1

Tints of Madang #BAF6A1

Color information

#BAF6A1 (or 0xBAF6A1) is unknown color: approx Madang. HEX triplet: BA, F6 and A1. RGB value is (186,246,161). Sum of RGB (Red+Green+Blue) = 186+246+161=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF6A1 is #45095E. Grayscale: #DADADA. Windows color (decimal): -4524383 or 10614458. OLE color: 10614458.

HSL color Cylindrical-coordinate representation of color #BAF6A1: hue angle of 102.35º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF6A1 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB186246161-
CMYK0.2400.350.04
HSL102.35º82.52%79.8%-
HSV(B)102.35º34.55%96.47%-
XYZ59.6478.9245.81-
YUV218.3795.62104.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 246 (96.48% from 255) = 41.48%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=31.37%
G=41.48%
B=27.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461610.2400.350.04102.3582.5279.8
HexBAF6A1180234665350
Octal272366241300434146123120
Binary101110101111011010100001110000100011100110011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6A1; }

 p { color: rgb(186,246,161); }

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

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

 a { background-color: rgb(186,246,161); }

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

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

 span { border-color: rgb(186,246,161); }

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