#B0DEA5

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

Shades of Madang #B0DEA5

Tints of Madang #B0DEA5

Color information

#B0DEA5 (or 0xB0DEA5) is unknown color: approx Madang. HEX triplet: B0, DE and A5. RGB value is (176,222,165). Sum of RGB (Red+Green+Blue) = 176+222+165=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA5 is #4F215A. Grayscale: #C9C9C9. Windows color (decimal): -5185883 or 10870448. OLE color: 10870448.

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

Color convert

RGB176222165-
CMYK0.2100.260.13
HSL108.42º46.34%75.88%-
HSV(B)108.42º25.68%87.06%-
XYZ50.8264.1945.31-
YUV201.75107.26109.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=31.26%
G=39.43%
B=29.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221650.2100.260.13108.4246.3475.88
HexB0DEA51501AD6c2e4c
Octal260336245250321515456114
Binary10110000110111101010010110101011010110111011001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEA5; }

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

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

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

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

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

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

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

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