#B4FFAC

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

Shades of Madang #B4FFAC

Tints of Madang #B4FFAC

Color information

#B4FFAC (or 0xB4FFAC) is unknown color: approx Madang. HEX triplet: B4, FF and AC. RGB value is (180,255,172). Sum of RGB (Red+Green+Blue) = 180+255+172=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAC is #4B0053. Grayscale: #DFDFDF. Windows color (decimal): -4915284 or 11337652. OLE color: 11337652.

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

Color convert

RGB180255172-
CMYK0.2900.330
HSL114.22º100%83.73%-
HSV(B)114.22º32.55%100%-
XYZ62.0384.252.01-
YUV223.1199.1597.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=29.65%
G=42.01%
B=28.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551720.2900.330114.2210083.73
HexB4FFAC1D0210726454
Octal264377254350410162144124
Binary1011010011111111101011001110101000010111001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFAC; }

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

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

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

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

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

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

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

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