#B0DBA6

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

Shades of Madang #B0DBA6

Tints of Madang #B0DBA6

Color information

#B0DBA6 (or 0xB0DBA6) is unknown color: approx Madang. HEX triplet: B0, DB and A6. RGB value is (176,219,166). Sum of RGB (Red+Green+Blue) = 176+219+166=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBA6 is #4F2459. Grayscale: #C8C8C8. Windows color (decimal): -5186650 or 10935216. OLE color: 10935216.

HSL color Cylindrical-coordinate representation of color #B0DBA6: hue angle of 108.68º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0DBA6 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB176219166-
CMYK0.2000.240.14
HSL108.68º42.4%75.49%-
HSV(B)108.68º24.2%85.88%-
XYZ50.1262.6545.53-
YUV200.1108.75110.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 166 (65.23% from 255) = 29.59%
R=31.37%
G=39.04%
B=29.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191660.2000.240.14108.6842.475.49
HexB0DBA614018E6d2a4b
Octal260333246240301615552113
Binary10110000110110111010011010100011000111011011011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBA6; }

 p { color: rgb(176,219,166); }

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

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

 a { background-color: rgb(176,219,166); }

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

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

 span { border-color: rgb(176,219,166); }

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