#BAF792

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

Shades of Madang #BAF792

Tints of Madang #BAF792

Color information

#BAF792 (or 0xBAF792) is unknown color: approx Madang. HEX triplet: BA, F7 and 92. RGB value is (186,247,146). Sum of RGB (Red+Green+Blue) = 186+247+146=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF792 is #45086D. Grayscale: #D9D9D9. Windows color (decimal): -4524142 or 9631674. OLE color: 9631674.

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

Color convert

RGB186247146-
CMYK0.2500.410.03
HSL96.24º86.32%77.06%-
HSV(B)96.24º40.89%96.86%-
XYZ58.779.0439.36-
YUV217.2587.79105.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 146 (57.42% from 255) = 25.22%
R=32.12%
G=42.66%
B=25.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471460.2500.410.0396.2486.3277.06
HexBAF79219029360564d
Octal272367222310513140126115
Binary10111010111101111001001011001010100111110000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF792; }

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

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

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

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

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

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

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

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