#B9D3AE

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

Shades of Madang #B9D3AE

Tints of Madang #B9D3AE

Color information

#B9D3AE (or 0xB9D3AE) is unknown color: approx Madang. HEX triplet: B9, D3 and AE. RGB value is (185,211,174). Sum of RGB (Red+Green+Blue) = 185+211+174=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D3AE is #462C51. Grayscale: #C7C7C7. Windows color (decimal): -4598866 or 11457465. OLE color: 11457465.

HSL color Cylindrical-coordinate representation of color #B9D3AE: hue angle of 102.16º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9D3AE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB185211174-
CMYK0.1200.180.17
HSL102.16º29.6%75.49%-
HSV(B)102.16º17.54%82.75%-
XYZ50.9459.9648.93-
YUV199.01113.89118.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=32.46%
G=37.02%
B=30.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111740.1200.180.17102.1629.675.49
HexB9D3AEC01211661e4b
Octal271323256140222114636113
Binary1011100111010011101011101100010010100011100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3AE; }

 p { color: rgb(185,211,174); }

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

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

 a { background-color: rgb(185,211,174); }

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

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

 span { border-color: rgb(185,211,174); }

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