#B6FFA2

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

Shades of Madang #B6FFA2

Tints of Madang #B6FFA2

Color information

#B6FFA2 (or 0xB6FFA2) is unknown color: approx Madang. HEX triplet: B6, FF and A2. RGB value is (182,255,162). Sum of RGB (Red+Green+Blue) = 182+255+162=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FFA2 is #49005D. Grayscale: #DEDEDE. Windows color (decimal): -4784222 or 10682294. OLE color: 10682294.

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

Color convert

RGB182255162-
CMYK0.2900.360
HSL107.1º100%81.76%-
HSV(B)107.1º36.47%100%-
XYZ61.5784.0747.17-
YUV222.5793.8299.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=30.38%
G=42.57%
B=27.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551620.2900.360107.110081.76
HexB6FFA21D02406b6452
Octal266377242350440153144122
Binary1011011011111111101000101110101001000110101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFA2; }

 p { color: rgb(182,255,162); }

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

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

 a { background-color: rgb(182,255,162); }

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

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

 span { border-color: rgb(182,255,162); }

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