#B0DD9D

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

Shades of Madang #B0DD9D

Tints of Madang #B0DD9D

Color information

#B0DD9D (or 0xB0DD9D) is unknown color: approx Madang. HEX triplet: B0, DD and 9D. RGB value is (176,221,157). Sum of RGB (Red+Green+Blue) = 176+221+157=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD9D is #4F2262. Grayscale: #C8C8C8. Windows color (decimal): -5186147 or 10345904. OLE color: 10345904.

HSL color Cylindrical-coordinate representation of color #B0DD9D: hue angle of 102.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DD9D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB176221157-
CMYK0.2000.290.13
HSL102.19º48.48%74.12%-
HSV(B)102.19º28.96%86.67%-
XYZ49.8563.3841.5-
YUV200.25103.59110.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=31.77%
G=39.89%
B=28.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211570.2000.290.13102.1948.4874.12
HexB0DD9D1401DD66304a
Octal260335235240351514660112
Binary10110000110111011001110110100011101110111001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD9D; }

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

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

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

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

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

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

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

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