#BAF899

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

Shades of Madang #BAF899

Tints of Madang #BAF899

Color information

#BAF899 (or 0xBAF899) is unknown color: approx Madang. HEX triplet: BA, F8 and 99. RGB value is (186,248,153). Sum of RGB (Red+Green+Blue) = 186+248+153=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF899 is #450766. Grayscale: #DADADA. Windows color (decimal): -4523879 or 10090682. OLE color: 10090682.

HSL color Cylindrical-coordinate representation of color #BAF899: hue angle of 99.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF899 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB186248153-
CMYK0.2500.380.03
HSL99.16º87.16%78.63%-
HSV(B)99.16º38.31%97.25%-
XYZ59.5779.8742.41-
YUV218.6390.96104.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 153 (60.16% from 255) = 26.06%
R=31.69%
G=42.25%
B=26.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481530.2500.380.0399.1687.1678.63
HexBAF89919026363574f
Octal272370231310463143127117
Binary10111010111110001001100111001010011011110001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF899; }

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

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

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

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

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

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

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

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