#B2FFAC

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

Shades of Madang #B2FFAC

Tints of Madang #B2FFAC

Color information

#B2FFAC (or 0xB2FFAC) is unknown color: approx Madang. HEX triplet: B2, FF and AC. RGB value is (178,255,172). Sum of RGB (Red+Green+Blue) = 178+255+172=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFAC is #4D0053. Grayscale: #DEDEDE. Windows color (decimal): -5046356 or 11337650. OLE color: 11337650.

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

Color convert

RGB178255172-
CMYK0.3000.330
HSL115.66º100%83.73%-
HSV(B)115.66º32.55%100%-
XYZ61.5783.9651.99-
YUV222.5299.4996.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=29.42%
G=42.15%
B=28.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551720.3000.330115.6610083.73
HexB2FFAC1E0210746454
Octal262377254360410164144124
Binary1011001011111111101011001111001000010111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFAC; }

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

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

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

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

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

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

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

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