#BAF793

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

Shades of Madang #BAF793

Tints of Madang #BAF793

Color information

#BAF793 (or 0xBAF793) is unknown color: approx Madang. HEX triplet: BA, F7 and 93. RGB value is (186,247,147). Sum of RGB (Red+Green+Blue) = 186+247+147=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF793 is #45086C. Grayscale: #D9D9D9. Windows color (decimal): -4524141 or 9697210. OLE color: 9697210.

HSL color Cylindrical-coordinate representation of color #BAF793: hue angle of 96.6º 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 #BAF793 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB186247147-
CMYK0.2500.400.03
HSL96.6º86.21%77.25%-
HSV(B)96.6º40.49%96.86%-
XYZ58.7879.0739.77-
YUV217.3688.29105.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 247 (96.88% from 255) = 42.59%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=32.07%
G=42.59%
B=25.34%

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
Decimal1862471470.2500.400.0396.686.2177.25
HexBAF79319028361564d
Octal272367223310503141126115
Binary10111010111101111001001111001010100011110000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF793; }

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

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

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

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

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

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

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

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