#B9D7AC

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

Shades of Madang #B9D7AC

Tints of Madang #B9D7AC

Color information

#B9D7AC (or 0xB9D7AC) is unknown color: approx Madang. HEX triplet: B9, D7 and AC. RGB value is (185,215,172). Sum of RGB (Red+Green+Blue) = 185+215+172=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D7AC is #462853. Grayscale: #C9C9C9. Windows color (decimal): -4597844 or 11327417. OLE color: 11327417.

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

Color convert

RGB185215172-
CMYK0.1400.20.16
HSL101.86º34.96%75.88%-
HSV(B)101.86º20%84.31%-
XYZ51.7561.8948.25-
YUV201.13111.56116.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=32.34%
G=37.59%
B=30.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151720.1400.20.16101.8634.9675.88
HexB9D7ACE0141066234c
Octal271327254160242014643114
Binary10111001110101111010110011100101001000011001101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7AC; }

 p { color: rgb(185,215,172); }

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

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

 a { background-color: rgb(185,215,172); }

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

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

 span { border-color: rgb(185,215,172); }

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