#B9D9AD

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

Shades of Madang #B9D9AD

Tints of Madang #B9D9AD

Color information

#B9D9AD (or 0xB9D9AD) is unknown color: approx Madang. HEX triplet: B9, D9 and AD. RGB value is (185,217,173). Sum of RGB (Red+Green+Blue) = 185+217+173=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D9AD is #462652. Grayscale: #CACACA. Windows color (decimal): -4597331 or 11393465. OLE color: 11393465.

HSL color Cylindrical-coordinate representation of color #B9D9AD: hue angle of 103.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9D9AD is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB185217173-
CMYK0.1500.200.15
HSL103.64º36.67%76.47%-
HSV(B)103.64º20.28%85.1%-
XYZ52.3662.9648.93-
YUV202.42111.4115.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=32.17%
G=37.74%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171730.1500.200.15103.6436.6776.47
HexB9D9ADF014F68254c
Octal271331255170241715045114
Binary1011100111011001101011011111010100111111010001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9AD; }

 p { color: rgb(185,217,173); }

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

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

 a { background-color: rgb(185,217,173); }

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

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

 span { border-color: rgb(185,217,173); }

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