#BAFE99

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

Shades of Madang #BAFE99

Tints of Madang #BAFE99

Color information

#BAFE99 (or 0xBAFE99) is unknown color: approx Madang. HEX triplet: BA, FE and 99. RGB value is (186,254,153). Sum of RGB (Red+Green+Blue) = 186+254+153=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE99 is #450166. Grayscale: #DEDEDE. Windows color (decimal): -4522343 or 10092218. OLE color: 10092218.

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

Color convert

RGB186254153-
CMYK0.2700.400.00
HSL100.4º98.06%79.8%-
HSV(B)100.4º39.76%99.61%-
XYZ61.4483.6243.04-
YUV222.1588.97102.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 153 (60.16% from 255) = 25.80%
R=31.37%
G=42.83%
B=25.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541530.2700.400.00100.498.0679.8
HexBAFE991B0280646250
Octal272376231330500144142120
Binary1011101011111110100110011101101010000110010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE99; }

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

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

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

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

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

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

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

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