#B0D89B

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

Shades of Madang #B0D89B

Tints of Madang #B0D89B

Color information

#B0D89B (or 0xB0D89B) is unknown color: approx Madang. HEX triplet: B0, D8 and 9B. RGB value is (176,216,155). Sum of RGB (Red+Green+Blue) = 176+216+155=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D89B is #4F2764. Grayscale: #C5C5C5. Windows color (decimal): -5187429 or 10213552. OLE color: 10213552.

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

Color convert

RGB176216155-
CMYK0.1900.280.15
HSL99.34º43.88%72.75%-
HSV(B)99.34º28.24%84.71%-
XYZ48.3860.7140.18-
YUV197.09104.25112.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=32.18%
G=39.49%
B=28.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161550.1900.280.1599.3443.8872.75
HexB0D89B1301CF632c49
Octal260330233230341714354111
Binary10110000110110001001101110011011100111111000111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D89B; }

 p { color: rgb(176,216,155); }

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

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

 a { background-color: rgb(176,216,155); }

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

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

 span { border-color: rgb(176,216,155); }

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