#BAF7A7

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

Shades of Madang #BAF7A7

Tints of Madang #BAF7A7

Color information

#BAF7A7 (or 0xBAF7A7) is unknown color: approx Madang. HEX triplet: BA, F7 and A7. RGB value is (186,247,167). Sum of RGB (Red+Green+Blue) = 186+247+167=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7A7 is #450858. Grayscale: #DBDBDB. Windows color (decimal): -4524121 or 11007930. OLE color: 11007930.

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

Color convert

RGB186247167-
CMYK0.2500.320.03
HSL105.75º83.33%81.18%-
HSV(B)105.75º32.39%96.86%-
XYZ60.4979.7548.76-
YUV219.6498.29104-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 167 (65.62% from 255) = 27.83%
R=31%
G=41.17%
B=27.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471670.2500.320.03105.7583.3381.18
HexBAF7A71902036a5351
Octal272367247310403152123121
Binary10111010111101111010011111001010000011110101010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7A7; }

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

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

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

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

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

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

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

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