#B9DCAD

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

Shades of Madang #B9DCAD

Tints of Madang #B9DCAD

Color information

#B9DCAD (or 0xB9DCAD) is unknown color: approx Madang. HEX triplet: B9, DC and AD. RGB value is (185,220,173). Sum of RGB (Red+Green+Blue) = 185+220+173=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCAD is #462352. Grayscale: #CCCCCC. Windows color (decimal): -4596563 or 11394233. OLE color: 11394233.

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

Color convert

RGB185220173-
CMYK0.1600.210.14
HSL104.68º40.17%77.06%-
HSV(B)104.68º21.36%86.27%-
XYZ53.1464.5249.19-
YUV204.18110.4114.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=32.01%
G=38.06%
B=29.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201730.1600.210.14104.6840.1777.06
HexB9DCAD10015E69284d
Octal271334255200251615150115
Binary10111001110111001010110110000010101111011010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCAD; }

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

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

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

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

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

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

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

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