#BAFE95

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

Shades of Madang #BAFE95

Tints of Madang #BAFE95

Color information

#BAFE95 (or 0xBAFE95) is unknown color: approx Madang. HEX triplet: BA, FE and 95. RGB value is (186,254,149). Sum of RGB (Red+Green+Blue) = 186+254+149=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE95 is #45016A. Grayscale: #DEDEDE. Windows color (decimal): -4522347 or 9830074. OLE color: 9830074.

HSL color Cylindrical-coordinate representation of color #BAFE95: hue angle of 98.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAFE95 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB186254149-
CMYK0.2700.410.00
HSL98.86º98.13%79.02%-
HSV(B)98.86º41.34%99.61%-
XYZ61.1283.4941.33-
YUV221.786.97102.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=31.58%
G=43.12%
B=25.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541490.2700.410.0098.8698.1379.02
HexBAFE951B029063624f
Octal272376225330510143142117
Binary1011101011111110100101011101101010010110001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE95; }

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

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

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

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

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

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

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

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