#BAF5AD

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

Shades of Madang #BAF5AD

Tints of Madang #BAF5AD

Color information

#BAF5AD (or 0xBAF5AD) is unknown color: approx Madang. HEX triplet: BA, F5 and AD. RGB value is (186,245,173). Sum of RGB (Red+Green+Blue) = 186+245+173=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF5AD is #450A52. Grayscale: #DBDBDB. Windows color (decimal): -4524627 or 11400634. OLE color: 11400634.

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

Color convert

RGB186245173-
CMYK0.2400.290.04
HSL109.17º78.26%81.96%-
HSV(B)109.17º29.39%96.08%-
XYZ60.4478.7651.55-
YUV219.15101.95104.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=30.79%
G=40.56%
B=28.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451730.2400.290.04109.1778.2681.96
HexBAF5AD1801D46d4e52
Octal272365255300354155116122
Binary10111010111101011010110111000011101100110110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5AD; }

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

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

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

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

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

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

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

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