#BAFA95

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

Shades of Madang #BAFA95

Tints of Madang #BAFA95

Color information

#BAFA95 (or 0xBAFA95) is unknown color: approx Madang. HEX triplet: BA, FA and 95. RGB value is (186,250,149). Sum of RGB (Red+Green+Blue) = 186+250+149=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA95 is #45056A. Grayscale: #DBDBDB. Windows color (decimal): -4523371 or 9829050. OLE color: 9829050.

HSL color Cylindrical-coordinate representation of color #BAFA95: hue angle of 98.02º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAFA95 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB186250149-
CMYK0.2600.400.02
HSL98.02º90.99%78.24%-
HSV(B)98.02º40.4%98.04%-
XYZ59.8680.9840.91-
YUV219.3588.3104.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=31.79%
G=42.74%
B=25.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501490.2600.400.0298.0290.9978.24
HexBAFA951A0282625b4e
Octal272372225320502142133116
Binary10111010111110101001010111010010100010110001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFA95; }

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

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

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

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

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

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

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

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