#B4FFA5

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

Shades of Madang #B4FFA5

Tints of Madang #B4FFA5

Color information

#B4FFA5 (or 0xB4FFA5) is unknown color: approx Madang. HEX triplet: B4, FF and A5. RGB value is (180,255,165). Sum of RGB (Red+Green+Blue) = 180+255+165=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFA5 is #4B005A. Grayscale: #DEDEDE. Windows color (decimal): -4915291 or 10878900. OLE color: 10878900.

HSL color Cylindrical-coordinate representation of color #B4FFA5: hue angle of 110º 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 #B4FFA5 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB180255165-
CMYK0.2900.350
HSL110º100%82.35%-
HSV(B)110º35.29%100%-
XYZ61.3783.9448.56-
YUV222.3295.6597.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 165 (64.84% from 255) = 27.5%
R=30%
G=42.5%
B=27.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551650.2900.35011010082.35
HexB4FFA51D02306e6452
Octal264377245350430156144122
Binary1011010011111111101001011110101000110110111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFA5; }

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

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

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

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

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

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

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

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