#B6D2AC

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

Shades of Madang #B6D2AC

Tints of Madang #B6D2AC

Color information

#B6D2AC (or 0xB6D2AC) is unknown color: approx Madang. HEX triplet: B6, D2 and AC. RGB value is (182,210,172). Sum of RGB (Red+Green+Blue) = 182+210+172=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D2AC is #492D53. Grayscale: #C5C5C5. Windows color (decimal): -4795732 or 11326134. OLE color: 11326134.

HSL color Cylindrical-coordinate representation of color #B6D2AC: hue angle of 104.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6D2AC is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB182210172-
CMYK0.1300.180.18
HSL104.21º29.69%74.9%-
HSV(B)104.21º18.1%82.35%-
XYZ49.7859.0247.8-
YUV197.3113.72117.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=32.27%
G=37.23%
B=30.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101720.1300.180.18104.2129.6974.9
HexB6D2ACD01212681e4b
Octal266322254150222215036113
Binary1011011011010010101011001101010010100101101000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D2AC; }

 p { color: rgb(182,210,172); }

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

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

 a { background-color: rgb(182,210,172); }

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

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

 span { border-color: rgb(182,210,172); }

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