#B9DCAB

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

Shades of Madang #B9DCAB

Tints of Madang #B9DCAB

Color information

#B9DCAB (or 0xB9DCAB) is unknown color: approx Madang. HEX triplet: B9, DC and AB. RGB value is (185,220,171). Sum of RGB (Red+Green+Blue) = 185+220+171=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DCAB is #462354. Grayscale: #CCCCCC. Windows color (decimal): -4596565 or 11263161. OLE color: 11263161.

HSL color Cylindrical-coordinate representation of color #B9DCAB: hue angle of 102.86º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DCAB is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB185220171-
CMYK0.1600.220.14
HSL102.86º41.18%76.67%-
HSV(B)102.86º22.27%86.27%-
XYZ52.9564.4448.18-
YUV203.95109.4114.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=32.12%
G=38.19%
B=29.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201710.1600.220.14102.8641.1876.67
HexB9DCAB10016E67294d
Octal271334253200261614751115
Binary10111001110111001010101110000010110111011001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCAB; }

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

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

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

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

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

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

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

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