#BAF9AC

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

Shades of Madang #BAF9AC

Tints of Madang #BAF9AC

Color information

#BAF9AC (or 0xBAF9AC) is unknown color: approx Madang. HEX triplet: BA, F9 and AC. RGB value is (186,249,172). Sum of RGB (Red+Green+Blue) = 186+249+172=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9AC is #450653. Grayscale: #DDDDDD. Windows color (decimal): -4523604 or 11336122. OLE color: 11336122.

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

Color convert

RGB186249172-
CMYK0.2500.310.02
HSL109.09º86.52%82.55%-
HSV(B)109.09º30.92%97.65%-
XYZ61.5781.1751.45-
YUV221.38100.13102.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=30.64%
G=41.02%
B=28.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491720.2500.310.02109.0986.5282.55
HexBAF9AC1901F26d5753
Octal272371254310372155127123
Binary1011101011111001101011001100101111110110110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9AC; }

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

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

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

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

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

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

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

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