#BAF294

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

Shades of Madang #BAF294

Tints of Madang #BAF294

Color information

#BAF294 (or 0xBAF294) is unknown color: approx Madang. HEX triplet: BA, F2 and 94. RGB value is (186,242,148). Sum of RGB (Red+Green+Blue) = 186+242+148=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF294 is #450D6B. Grayscale: #D6D6D6. Windows color (decimal): -4525420 or 9761466. OLE color: 9761466.

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

Color convert

RGB186242148-
CMYK0.2300.390.05
HSL95.74º78.33%76.47%-
HSV(B)95.74º38.84%94.9%-
XYZ57.3576.0839.68-
YUV214.5490.45107.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=32.29%
G=42.01%
B=25.69%

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
Decimal1862421480.2300.390.0595.7478.3376.47
HexBAF294170275604e4c
Octal272362224270475140116114
Binary101110101111001010010100101110100111101110000010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF294; }

 p { color: rgb(186,242,148); }

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

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

 a { background-color: rgb(186,242,148); }

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

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

 span { border-color: rgb(186,242,148); }

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