#B0DEA8

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

Shades of Madang #B0DEA8

Tints of Madang #B0DEA8

Color information

#B0DEA8 (or 0xB0DEA8) is unknown color: approx Madang. HEX triplet: B0, DE and A8. RGB value is (176,222,168). Sum of RGB (Red+Green+Blue) = 176+222+168=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA8 is #4F2157. Grayscale: #CACACA. Windows color (decimal): -5185880 or 11067056. OLE color: 11067056.

HSL color Cylindrical-coordinate representation of color #B0DEA8: hue angle of 111.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB176222168-
CMYK0.2100.240.13
HSL111.11º45%76.47%-
HSV(B)111.11º24.32%87.06%-
XYZ51.0964.346.76-
YUV202.09108.76109.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 168 (66.02% from 255) = 29.68%
R=31.10%
G=39.22%
B=29.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221680.2100.240.13111.114576.47
HexB0DEA815018D6f2d4c
Octal260336250250301515755114
Binary10110000110111101010100010101011000110111011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEA8; }

 p { color: rgb(176,222,168); }

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

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

 a { background-color: rgb(176,222,168); }

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

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

 span { border-color: rgb(176,222,168); }

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