#B9FFA5

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

Shades of Madang #B9FFA5

Tints of Madang #B9FFA5

Color information

#B9FFA5 (or 0xB9FFA5) is unknown color: approx Madang. HEX triplet: B9, FF and A5. RGB value is (185,255,165). Sum of RGB (Red+Green+Blue) = 185+255+165=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FFA5 is #46005A. Grayscale: #E0E0E0. Windows color (decimal): -4587611 or 10878905. OLE color: 10878905.

HSL color Cylindrical-coordinate representation of color #B9FFA5: hue angle of 106.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9FFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB185255165-
CMYK0.2700.350
HSL106.67º100%82.35%-
HSV(B)106.67º35.29%100%-
XYZ62.5684.5548.62-
YUV223.8194.81100.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=30.58%
G=42.15%
B=27.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551650.2700.350106.6710082.35
HexB9FFA51B02306b6452
Octal271377245330430153144122
Binary1011100111111111101001011101101000110110101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFA5; }

 p { color: rgb(185,255,165); }

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

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

 a { background-color: rgb(185,255,165); }

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

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

 span { border-color: rgb(185,255,165); }

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