#B9D8AE

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

Shades of Madang #B9D8AE

Tints of Madang #B9D8AE

Color information

#B9D8AE (or 0xB9D8AE) is unknown color: approx Madang. HEX triplet: B9, D8 and AE. RGB value is (185,216,174). Sum of RGB (Red+Green+Blue) = 185+216+174=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D8AE is #462751. Grayscale: #CACACA. Windows color (decimal): -4597586 or 11458745. OLE color: 11458745.

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

Color convert

RGB185216174-
CMYK0.1400.190.15
HSL104.29º35%76.47%-
HSV(B)104.29º19.44%84.71%-
XYZ52.262.4849.35-
YUV201.94112.23115.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=32.17%
G=37.57%
B=30.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161740.1400.190.15104.293576.47
HexB9D8AEE013F68234c
Octal271330256160231715043114
Binary1011100111011000101011101110010011111111010001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8AE; }

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

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

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

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

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

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

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

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