#B0DA9E

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

Shades of Madang #B0DA9E

Tints of Madang #B0DA9E

Color information

#B0DA9E (or 0xB0DA9E) is unknown color: approx Madang. HEX triplet: B0, DA and 9E. RGB value is (176,218,158). Sum of RGB (Red+Green+Blue) = 176+218+158=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA9E is #4F2561. Grayscale: #C6C6C6. Windows color (decimal): -5186914 or 10410672. OLE color: 10410672.

HSL color Cylindrical-coordinate representation of color #B0DA9E: hue angle of 102º 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 #B0DA9E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB176218158-
CMYK0.1900.280.15
HSL102º44.78%73.73%-
HSV(B)102º27.52%85.49%-
XYZ49.1561.8441.69-
YUV198.6105.09111.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=31.88%
G=39.49%
B=28.62%

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
Decimal1762181580.1900.280.1510244.7873.73
HexB0DA9E1301CF662d4a
Octal260332236230341714655112
Binary10110000110110101001111010011011100111111001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA9E; }

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

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

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

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

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

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

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

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