#B6D3AC

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

Shades of Madang #B6D3AC

Tints of Madang #B6D3AC

Color information

#B6D3AC (or 0xB6D3AC) is unknown color: approx Madang. HEX triplet: B6, D3 and AC. RGB value is (182,211,172). Sum of RGB (Red+Green+Blue) = 182+211+172=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D3AC is #492C53. Grayscale: #C6C6C6. Windows color (decimal): -4795476 or 11326390. OLE color: 11326390.

HSL color Cylindrical-coordinate representation of color #B6D3AC: hue angle of 104.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6D3AC is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB182211172-
CMYK0.1400.180.17
HSL104.62º30.71%75.1%-
HSV(B)104.62º18.48%82.75%-
XYZ50.0359.5147.88-
YUV197.88113.39116.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=32.21%
G=37.35%
B=30.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822111720.1400.180.17104.6230.7175.1
HexB6D3ACE01211691f4b
Octal266323254160222115137113
Binary1011011011010011101011001110010010100011101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D3AC; }

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

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

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

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

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

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

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

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