#B2D99F

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

Shades of Madang #B2D99F

Tints of Madang #B2D99F

Color information

#B2D99F (or 0xB2D99F) is unknown color: approx Madang. HEX triplet: B2, D9 and 9F. RGB value is (178,217,159). Sum of RGB (Red+Green+Blue) = 178+217+159=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D99F is #4D2660. Grayscale: #C6C6C6. Windows color (decimal): -5056097 or 10475954. OLE color: 10475954.

HSL color Cylindrical-coordinate representation of color #B2D99F: hue angle of 100.34º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D99F is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB178217159-
CMYK0.1800.270.15
HSL100.34º43.28%73.73%-
HSV(B)100.34º26.73%85.1%-
XYZ49.4361.5942.08-
YUV198.73105.58113.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=32.13%
G=39.17%
B=28.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171590.1800.270.15100.3443.2873.73
HexB2D99F1201BF642b4a
Octal262331237220331714453112
Binary10110010110110011001111110010011011111111001001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D99F; }

 p { color: rgb(178,217,159); }

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

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

 a { background-color: rgb(178,217,159); }

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

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

 span { border-color: rgb(178,217,159); }

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