#BAF397

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

Shades of Madang #BAF397

Tints of Madang #BAF397

Color information

#BAF397 (or 0xBAF397) is unknown color: approx Madang. HEX triplet: BA, F3 and 97. RGB value is (186,243,151). Sum of RGB (Red+Green+Blue) = 186+243+151=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF397 is #450C68. Grayscale: #D7D7D7. Windows color (decimal): -4525161 or 9958330. OLE color: 9958330.

HSL color Cylindrical-coordinate representation of color #BAF397: hue angle of 97.17º degrees, saturation: 0.79, 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 #BAF397 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB186243151-
CMYK0.2300.380.05
HSL97.17º79.31%77.25%-
HSV(B)97.17º37.86%95.29%-
XYZ57.8976.7741.05-
YUV215.4791.62106.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=32.07%
G=41.90%
B=26.03%

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
Decimal1862431510.2300.380.0597.1779.3177.25
HexBAF397170265614f4d
Octal272363227270465141117115
Binary101110101111001110010111101110100110101110000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF397; }

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

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

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

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

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

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

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

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