#BAF297

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

Shades of Madang #BAF297

Tints of Madang #BAF297

Color information

#BAF297 (or 0xBAF297) is unknown color: approx Madang. HEX triplet: BA, F2 and 97. RGB value is (186,242,151). Sum of RGB (Red+Green+Blue) = 186+242+151=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF297 is #450D68. Grayscale: #D7D7D7. Windows color (decimal): -4525417 or 9958074. OLE color: 9958074.

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

Color convert

RGB186242151-
CMYK0.2300.380.05
HSL96.92º77.78%77.06%-
HSV(B)96.92º37.6%94.9%-
XYZ57.5976.1840.95-
YUV214.8891.95107.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=32.12%
G=41.80%
B=26.08%

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
Decimal1862421510.2300.380.0596.9277.7877.06
HexBAF297170265614e4d
Octal272362227270465141116115
Binary101110101111001010010111101110100110101110000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF297; }

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

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

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

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

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

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

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

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