#BAF69F

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

Shades of Madang #BAF69F

Tints of Madang #BAF69F

Color information

#BAF69F (or 0xBAF69F) is unknown color: approx Madang. HEX triplet: BA, F6 and 9F. RGB value is (186,246,159). Sum of RGB (Red+Green+Blue) = 186+246+159=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF69F is #450960. Grayscale: #DADADA. Windows color (decimal): -4524385 or 10483386. OLE color: 10483386.

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

Color convert

RGB186246159-
CMYK0.2400.350.04
HSL101.38º82.86%79.41%-
HSV(B)101.38º35.37%96.47%-
XYZ59.4678.8544.89-
YUV218.1494.62105.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 246 (96.48% from 255) = 41.62%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=31.47%
G=41.62%
B=26.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461590.2400.350.04101.3882.8679.41
HexBAF69F18023465534f
Octal272366237300434145123117
Binary101110101111011010011111110000100011100110010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF69F; }

 p { color: rgb(186,246,159); }

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

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

 a { background-color: rgb(186,246,159); }

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

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

 span { border-color: rgb(186,246,159); }

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