#BAF195

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

Shades of Madang #BAF195

Tints of Madang #BAF195

Color information

#BAF195 (or 0xBAF195) is unknown color: approx Madang. HEX triplet: BA, F1 and 95. RGB value is (186,241,149). Sum of RGB (Red+Green+Blue) = 186+241+149=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF195 is #450E6A. Grayscale: #D6D6D6. Windows color (decimal): -4525675 or 9826746. OLE color: 9826746.

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

Color convert

RGB186241149-
CMYK0.2300.380.05
HSL95.87º76.67%76.47%-
HSV(B)95.87º38.17%94.51%-
XYZ57.1375.5240-
YUV214.0791.28107.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=32.29%
G=41.84%
B=25.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411490.2300.380.0595.8776.6776.47
HexBAF195170265604d4c
Octal272361225270465140115114
Binary101110101111000110010101101110100110101110000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF195; }

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

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

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

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

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

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

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

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