#BAFA9B

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

Shades of Madang #BAFA9B

Tints of Madang #BAFA9B

Color information

#BAFA9B (or 0xBAFA9B) is unknown color: approx Madang. HEX triplet: BA, FA and 9B. RGB value is (186,250,155). Sum of RGB (Red+Green+Blue) = 186+250+155=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA9B is #450564. Grayscale: #DCDCDC. Windows color (decimal): -4523365 or 10222266. OLE color: 10222266.

HSL color Cylindrical-coordinate representation of color #BAFA9B: hue angle of 100.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAFA9B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB186250155-
CMYK0.2600.380.02
HSL100.42º90.48%79.41%-
HSV(B)100.42º38%98.04%-
XYZ60.3581.1843.5-
YUV220.0391.3103.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=31.47%
G=42.30%
B=26.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501550.2600.380.02100.4290.4879.41
HexBAFA9B1A0262645a4f
Octal272372233320462144132117
Binary10111010111110101001101111010010011010110010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFA9B; }

 p { color: rgb(186,250,155); }

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

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

 a { background-color: rgb(186,250,155); }

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

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

 span { border-color: rgb(186,250,155); }

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