#B0D0A5

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

Shades of Madang #B0D0A5

Tints of Madang #B0D0A5

Color information

#B0D0A5 (or 0xB0D0A5) is unknown color: approx Madang. HEX triplet: B0, D0 and A5. RGB value is (176,208,165). Sum of RGB (Red+Green+Blue) = 176+208+165=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D0A5 is #4F2F5A. Grayscale: #C1C1C1. Windows color (decimal): -5189467 or 10866864. OLE color: 10866864.

HSL color Cylindrical-coordinate representation of color #B0D0A5: hue angle of 104.65º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D0A5 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB176208165-
CMYK0.1500.210.18
HSL104.65º31.39%73.14%-
HSV(B)104.65º20.67%81.57%-
XYZ47.2557.0644.12-
YUV193.53111.9115.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=32.06%
G=37.89%
B=30.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081650.1500.210.18104.6531.3973.14
HexB0D0A5F01512691f49
Octal260320245170252215137111
Binary1011000011010000101001011111010101100101101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0A5; }

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

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

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

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

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

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

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

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