#B6DCAA

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

Shades of Madang #B6DCAA

Tints of Madang #B6DCAA

Color information

#B6DCAA (or 0xB6DCAA) is unknown color: approx Madang. HEX triplet: B6, DC and AA. RGB value is (182,220,170). Sum of RGB (Red+Green+Blue) = 182+220+170=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DCAA is #492355. Grayscale: #CBCBCB. Windows color (decimal): -4793174 or 11197622. OLE color: 11197622.

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

Color convert

RGB182220170-
CMYK0.1700.230.14
HSL105.6º41.67%76.47%-
HSV(B)105.6º22.73%86.27%-
XYZ52.1464.0347.64-
YUV202.94109.41113.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=31.82%
G=38.46%
B=29.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201700.1700.230.14105.641.6776.47
HexB6DCAA11017E6a2a4c
Octal266334252210271615252114
Binary10110110110111001010101010001010111111011010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCAA; }

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

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

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

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

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

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

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

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