#BAF9A1

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

Shades of Madang #BAF9A1

Tints of Madang #BAF9A1

Color information

#BAF9A1 (or 0xBAF9A1) is unknown color: approx Madang. HEX triplet: BA, F9 and A1. RGB value is (186,249,161). Sum of RGB (Red+Green+Blue) = 186+249+161=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9A1 is #45065E. Grayscale: #DCDCDC. Windows color (decimal): -4523615 or 10615226. OLE color: 10615226.

HSL color Cylindrical-coordinate representation of color #BAF9A1: hue angle of 102.95º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF9A1 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB186249161-
CMYK0.2500.350.02
HSL102.95º88%80.39%-
HSV(B)102.95º35.34%97.65%-
XYZ60.5680.7646.12-
YUV220.1394.63103.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 161 (63.28% from 255) = 27.01%
R=31.21%
G=41.78%
B=27.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491610.2500.350.02102.958880.39
HexBAF9A1190232675850
Octal272371241310432147130120
Binary10111010111110011010000111001010001110110011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9A1; }

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

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

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

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

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

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

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

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