#B9DBAA

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

Shades of Madang #B9DBAA

Tints of Madang #B9DBAA

Color information

#B9DBAA (or 0xB9DBAA) is unknown color: approx Madang. HEX triplet: B9, DB and AA. RGB value is (185,219,170). Sum of RGB (Red+Green+Blue) = 185+219+170=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DBAA is #462455. Grayscale: #CBCBCB. Windows color (decimal): -4596822 or 11197369. OLE color: 11197369.

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

Color convert

RGB185219170-
CMYK0.1600.220.14
HSL101.63º40.5%76.27%-
HSV(B)101.63º22.37%85.88%-
XYZ52.5963.8847.59-
YUV203.25109.24114.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=32.23%
G=38.15%
B=29.62%

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
Decimal1852191700.1600.220.14101.6340.576.27
HexB9DBAA10016E66284c
Octal271333252200261614650114
Binary10111001110110111010101010000010110111011001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBAA; }

 p { color: rgb(185,219,170); }

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

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

 a { background-color: rgb(185,219,170); }

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

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

 span { border-color: rgb(185,219,170); }

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