#BAF697

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

Shades of Madang #BAF697

Tints of Madang #BAF697

Color information

#BAF697 (or 0xBAF697) is unknown color: approx Madang. HEX triplet: BA, F6 and 97. RGB value is (186,246,151). Sum of RGB (Red+Green+Blue) = 186+246+151=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF697 is #450968. Grayscale: #D9D9D9. Windows color (decimal): -4524393 or 9959098. OLE color: 9959098.

HSL color Cylindrical-coordinate representation of color #BAF697: hue angle of 97.89º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAF697 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB186246151-
CMYK0.2400.390.04
HSL97.89º84.07%77.84%-
HSV(B)97.89º38.62%96.47%-
XYZ58.7978.5941.35-
YUV217.2390.62105.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 246 (96.48% from 255) = 42.20%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=31.90%
G=42.20%
B=25.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461510.2400.390.0497.8984.0777.84
HexBAF69718027462544e
Octal272366227300474142124116
Binary101110101111011010010111110000100111100110001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF697; }

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

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

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

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

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

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

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

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