#B6DBAA

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

Shades of Madang #B6DBAA

Tints of Madang #B6DBAA

Color information

#B6DBAA (or 0xB6DBAA) is unknown color: approx Madang. HEX triplet: B6, DB and AA. RGB value is (182,219,170). Sum of RGB (Red+Green+Blue) = 182+219+170=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DBAA is #492455. Grayscale: #CACACA. Windows color (decimal): -4793430 or 11197366. OLE color: 11197366.

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

Color convert

RGB182219170-
CMYK0.1700.220.14
HSL105.31º40.5%76.27%-
HSV(B)105.31º22.37%85.88%-
XYZ51.8863.5147.55-
YUV202.35109.74113.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=31.87%
G=38.35%
B=29.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191700.1700.220.14105.3140.576.27
HexB6DBAA11016E69284c
Octal266333252210261615150114
Binary10110110110110111010101010001010110111011010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBAA; }

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

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

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

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

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

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

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

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