#B6DBAC

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

Shades of Madang #B6DBAC

Tints of Madang #B6DBAC

Color information

#B6DBAC (or 0xB6DBAC) is unknown color: approx Madang. HEX triplet: B6, DB and AC. RGB value is (182,219,172). Sum of RGB (Red+Green+Blue) = 182+219+172=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DBAC is #492453. Grayscale: #CACACA. Windows color (decimal): -4793428 or 11328438. OLE color: 11328438.

HSL color Cylindrical-coordinate representation of color #B6DBAC: hue angle of 107.23º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6DBAC is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB182219172-
CMYK0.1700.210.14
HSL107.23º39.5%76.67%-
HSV(B)107.23º21.46%85.88%-
XYZ52.0763.5948.56-
YUV202.58110.74113.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=31.76%
G=38.22%
B=30.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191720.1700.210.14107.2339.576.67
HexB6DBAC11015E6b274d
Octal266333254210251615347115
Binary10110110110110111010110010001010101111011010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBAC; }

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

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

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

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

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

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

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

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