#B0D6A8

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

Shades of Madang #B0D6A8

Tints of Madang #B0D6A8

Color information

#B0D6A8 (or 0xB0D6A8) is unknown color: approx Madang. HEX triplet: B0, D6 and A8. RGB value is (176,214,168). Sum of RGB (Red+Green+Blue) = 176+214+168=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D6A8 is #4F2957. Grayscale: #C5C5C5. Windows color (decimal): -5187928 or 11065008. OLE color: 11065008.

HSL color Cylindrical-coordinate representation of color #B0D6A8: hue angle of 109.57º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D6A8 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB176214168-
CMYK0.1800.210.16
HSL109.57º35.94%74.9%-
HSV(B)109.57º21.5%83.92%-
XYZ49.0260.1546.07-
YUV197.39111.41112.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 168 (66.02% from 255) = 30.11%
R=31.54%
G=38.35%
B=30.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141680.1800.210.16109.5735.9474.9
HexB0D6A812015106e244b
Octal260326250220252015644113
Binary101100001101011010101000100100101011000011011101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6A8; }

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

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

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

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

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

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

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

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