#BAF794

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

Shades of Madang #BAF794

Tints of Madang #BAF794

Color information

#BAF794 (or 0xBAF794) is unknown color: approx Madang. HEX triplet: BA, F7 and 94. RGB value is (186,247,148). Sum of RGB (Red+Green+Blue) = 186+247+148=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF794 is #45086B. Grayscale: #D9D9D9. Windows color (decimal): -4524140 or 9762746. OLE color: 9762746.

HSL color Cylindrical-coordinate representation of color #BAF794: hue angle of 96.97º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF794 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB186247148-
CMYK0.2500.400.03
HSL96.97º86.09%77.45%-
HSV(B)96.97º40.08%96.86%-
XYZ58.8679.140.18-
YUV217.4888.79105.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 247 (96.88% from 255) = 42.51%
BLUE value IS 148 (58.20% from 255) = 25.47%
R=32.01%
G=42.51%
B=25.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471480.2500.400.0396.9786.0977.45
HexBAF79419028361564d
Octal272367224310503141126115
Binary10111010111101111001010011001010100011110000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF794; }

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

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

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

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

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

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

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

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