#BAF895

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

Shades of Madang #BAF895

Tints of Madang #BAF895

Color information

#BAF895 (or 0xBAF895) is unknown color: approx Madang. HEX triplet: BA, F8 and 95. RGB value is (186,248,149). Sum of RGB (Red+Green+Blue) = 186+248+149=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF895 is #45076A. Grayscale: #DADADA. Windows color (decimal): -4523883 or 9828538. OLE color: 9828538.

HSL color Cylindrical-coordinate representation of color #BAF895: hue angle of 97.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF895 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB186248149-
CMYK0.2500.400.03
HSL97.58º87.61%77.84%-
HSV(B)97.58º39.92%97.25%-
XYZ59.2479.7440.7-
YUV218.1888.96105.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=31.90%
G=42.54%
B=25.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481490.2500.400.0397.5887.6177.84
HexBAF89519028362584e
Octal272370225310503142130116
Binary10111010111110001001010111001010100011110001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF895; }

 p { color: rgb(186,248,149); }

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

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

 a { background-color: rgb(186,248,149); }

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

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

 span { border-color: rgb(186,248,149); }

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