#BAF495

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

Shades of Madang #BAF495

Tints of Madang #BAF495

Color information

#BAF495 (or 0xBAF495) is unknown color: approx Madang. HEX triplet: BA, F4 and 95. RGB value is (186,244,149). Sum of RGB (Red+Green+Blue) = 186+244+149=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF495 is #450B6A. Grayscale: #D8D8D8. Windows color (decimal): -4524907 or 9827514. OLE color: 9827514.

HSL color Cylindrical-coordinate representation of color #BAF495: hue angle of 96.63º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAF495 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB186244149-
CMYK0.2400.390.04
HSL96.63º81.2%77.06%-
HSV(B)96.63º38.93%95.69%-
XYZ58.0377.3140.3-
YUV215.8390.28106.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=32.12%
G=42.14%
B=25.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862441490.2400.390.0496.6381.277.06
HexBAF49518027461514d
Octal272364225300474141121115
Binary101110101111010010010101110000100111100110000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF495; }

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

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

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

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

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

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

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

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