#B2D2A4

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

Shades of Madang #B2D2A4

Tints of Madang #B2D2A4

Color information

#B2D2A4 (or 0xB2D2A4) is unknown color: approx Madang. HEX triplet: B2, D2 and A4. RGB value is (178,210,164). Sum of RGB (Red+Green+Blue) = 178+210+164=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2A4 is #4D2D5B. Grayscale: #C3C3C3. Windows color (decimal): -5057884 or 10801842. OLE color: 10801842.

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

Color convert

RGB178210164-
CMYK0.1500.220.18
HSL101.74º33.82%73.33%-
HSV(B)101.74º21.9%82.35%-
XYZ48.1158.2443.83-
YUV195.19110.4115.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=32.25%
G=38.04%
B=29.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782101640.1500.220.18101.7433.8273.33
HexB2D2A4F01612662249
Octal262322244170262214642111
Binary10110010110100101010010011110101101001011001101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D2A4; }

 p { color: rgb(178,210,164); }

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

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

 a { background-color: rgb(178,210,164); }

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

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

 span { border-color: rgb(178,210,164); }

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