#baf696

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

Shades of Madang #BAF696

Tints of Madang #BAF696

Color information

#BAF696 (or 0xBAF696) is unknown color: approx Madang. HEX triplet: BA, F6 and 96. RGB value is (186,246,150). Sum of RGB (Red+Green+Blue) = 186+246+150=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF696 is #450969. Grayscale: #D9D9D9. Windows color (decimal): -4524394 or 9893562. OLE color: 9893562.

HSL color Cylindrical-coordinate representation of color #BAF696: hue angle of 97.5º 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 #BAF696 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB186246150-
CMYK0.2400.390.04
HSL97.5º84.21%77.65%-
HSV(B)97.5º39.02%96.47%-
XYZ58.7178.5540.92-
YUV217.1290.12105.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 246 (96.48% from 255) = 42.27%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=31.96%
G=42.27%
B=25.77%

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
Decimal1862461500.2400.390.0497.584.2177.65
HexBAF69618027462544e
Octal272366226300474142124116
Binary101110101111011010010110110000100111100110001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf696; }

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

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

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

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

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

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

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

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