#BAF2AF

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

Shades of Madang #BAF2AF

Tints of Madang #BAF2AF

Color information

#BAF2AF (or 0xBAF2AF) is unknown color: approx Madang. HEX triplet: BA, F2 and AF. RGB value is (186,242,175). Sum of RGB (Red+Green+Blue) = 186+242+175=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2AF is #450D50. Grayscale: #D9D9D9. Windows color (decimal): -4525393 or 11530938. OLE color: 11530938.

HSL color Cylindrical-coordinate representation of color #BAF2AF: hue angle of 110.15º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF2AF is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB186242175-
CMYK0.2300.280.05
HSL110.15º72.04%81.76%-
HSV(B)110.15º27.69%94.9%-
XYZ59.7477.0452.28-
YUV217.62103.95105.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=30.85%
G=40.13%
B=29.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421750.2300.280.05110.1572.0481.76
HexBAF2AF1701C56e4852
Octal272362257270345156110122
Binary10111010111100101010111110111011100101110111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2AF; }

 p { color: rgb(186,242,175); }

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

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

 a { background-color: rgb(186,242,175); }

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

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

 span { border-color: rgb(186,242,175); }

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