#BAF5AC

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

Shades of Madang #BAF5AC

Tints of Madang #BAF5AC

Color information

#BAF5AC (or 0xBAF5AC) is unknown color: approx Madang. HEX triplet: BA, F5 and AC. RGB value is (186,245,172). Sum of RGB (Red+Green+Blue) = 186+245+172=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF5AC is #450A53. Grayscale: #DBDBDB. Windows color (decimal): -4524628 or 11335098. OLE color: 11335098.

HSL color Cylindrical-coordinate representation of color #BAF5AC: hue angle of 108.49º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF5AC is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB186245172-
CMYK0.2400.300.04
HSL108.49º78.49%81.76%-
HSV(B)108.49º29.8%96.08%-
XYZ60.3578.7251.04-
YUV219.04101.45104.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=30.85%
G=40.63%
B=28.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451720.2400.300.04108.4978.4981.76
HexBAF5AC1801E46c4e52
Octal272365254300364154116122
Binary10111010111101011010110011000011110100110110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5AC; }

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

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

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

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

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

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

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

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