#B2DBA4

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

Shades of Madang #B2DBA4

Tints of Madang #B2DBA4

Color information

#B2DBA4 (or 0xB2DBA4) is unknown color: approx Madang. HEX triplet: B2, DB and A4. RGB value is (178,219,164). Sum of RGB (Red+Green+Blue) = 178+219+164=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBA4 is #4D245B. Grayscale: #C8C8C8. Windows color (decimal): -5055580 or 10804146. OLE color: 10804146.

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

Color convert

RGB178219164-
CMYK0.1900.250.14
HSL104.73º43.31%75.1%-
HSV(B)104.73º25.11%85.88%-
XYZ50.3962.8144.59-
YUV200.47107.42111.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=31.73%
G=39.04%
B=29.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191640.1900.250.14104.7343.3175.1
HexB2DBA413019E692b4b
Octal262333244230311615153113
Binary10110010110110111010010010011011001111011010011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBA4; }

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

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

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

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

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

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

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

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