#B0DA9D

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

Shades of Madang #B0DA9D

Tints of Madang #B0DA9D

Color information

#B0DA9D (or 0xB0DA9D) is unknown color: approx Madang. HEX triplet: B0, DA and 9D. RGB value is (176,218,157). Sum of RGB (Red+Green+Blue) = 176+218+157=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA9D is #4F2562. Grayscale: #C6C6C6. Windows color (decimal): -5186915 or 10345136. OLE color: 10345136.

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

Color convert

RGB176218157-
CMYK0.1900.280.15
HSL101.31º45.19%73.53%-
HSV(B)101.31º27.98%85.49%-
XYZ49.0661.8141.24-
YUV198.49104.59111.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=31.94%
G=39.56%
B=28.49%

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
Decimal1762181570.1900.280.15101.3145.1973.53
HexB0DA9D1301CF652d4a
Octal260332235230341714555112
Binary10110000110110101001110110011011100111111001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA9D; }

 p { color: rgb(176,218,157); }

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

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

 a { background-color: rgb(176,218,157); }

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

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

 span { border-color: rgb(176,218,157); }

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