#BAF395

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

Shades of Madang #BAF395

Tints of Madang #BAF395

Color information

#BAF395 (or 0xBAF395) is unknown color: approx Madang. HEX triplet: BA, F3 and 95. RGB value is (186,243,149). Sum of RGB (Red+Green+Blue) = 186+243+149=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF395 is #450C6A. Grayscale: #D7D7D7. Windows color (decimal): -4525163 or 9827258. OLE color: 9827258.

HSL color Cylindrical-coordinate representation of color #BAF395: hue angle of 96.38º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAF395 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB186243149-
CMYK0.2300.390.05
HSL96.38º79.66%76.86%-
HSV(B)96.38º38.68%95.29%-
XYZ57.7376.7140.2-
YUV215.2490.62107.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 243 (95.31% from 255) = 42.04%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=32.18%
G=42.04%
B=25.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431490.2300.390.0596.3879.6676.86
HexBAF39517027560504d
Octal272363225270475140120115
Binary101110101111001110010101101110100111101110000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF395; }

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

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

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

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

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

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

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

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