#B9D6AE

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

Shades of Madang #B9D6AE

Tints of Madang #B9D6AE

Color information

#B9D6AE (or 0xB9D6AE) is unknown color: approx Madang. HEX triplet: B9, D6 and AE. RGB value is (185,214,174). Sum of RGB (Red+Green+Blue) = 185+214+174=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D6AE is #462951. Grayscale: #C8C8C8. Windows color (decimal): -4598098 or 11458233. OLE color: 11458233.

HSL color Cylindrical-coordinate representation of color #B9D6AE: hue angle of 103.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9D6AE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB185214174-
CMYK0.1400.190.16
HSL103.5º32.79%76.08%-
HSV(B)103.5º18.69%83.92%-
XYZ51.6961.4649.18-
YUV200.77112.89116.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=32.29%
G=37.35%
B=30.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141740.1400.190.16103.532.7976.08
HexB9D6AEE0131067214c
Octal271326256160232014741114
Binary10111001110101101010111011100100111000011001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D6AE; }

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

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

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

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

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

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

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

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