#B9DCA9

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

Shades of Madang #B9DCA9

Tints of Madang #B9DCA9

Color information

#B9DCA9 (or 0xB9DCA9) is unknown color: approx Madang. HEX triplet: B9, DC and A9. RGB value is (185,220,169). Sum of RGB (Red+Green+Blue) = 185+220+169=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCA9 is #462356. Grayscale: #CBCBCB. Windows color (decimal): -4596567 or 11132089. OLE color: 11132089.

HSL color Cylindrical-coordinate representation of color #B9DCA9: hue angle of 101.18º 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 #B9DCA9 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB185220169-
CMYK0.1600.230.14
HSL101.18º42.15%76.27%-
HSV(B)101.18º23.18%86.27%-
XYZ52.7664.3747.18-
YUV203.72108.4114.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=32.23%
G=38.33%
B=29.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201690.1600.230.14101.1842.1576.27
HexB9DCA910017E652a4c
Octal271334251200271614552114
Binary10111001110111001010100110000010111111011001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCA9; }

 p { color: rgb(185,220,169); }

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

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

 a { background-color: rgb(185,220,169); }

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

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

 span { border-color: rgb(185,220,169); }

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