#B2DCAB

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

Shades of Madang #B2DCAB

Tints of Madang #B2DCAB

Color information

#B2DCAB (or 0xB2DCAB) is unknown color: approx Madang. HEX triplet: B2, DC and AB. RGB value is (178,220,171). Sum of RGB (Red+Green+Blue) = 178+220+171=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCAB is #4D2354. Grayscale: #CACACA. Windows color (decimal): -5055317 or 11263154. OLE color: 11263154.

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

Color convert

RGB178220171-
CMYK0.1900.220.14
HSL111.43º41.18%76.67%-
HSV(B)111.43º22.27%86.27%-
XYZ51.363.5948.1-
YUV201.86110.59110.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=31.28%
G=38.66%
B=30.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201710.1900.220.14111.4341.1876.67
HexB2DCAB13016E6f294d
Octal262334253230261615751115
Binary10110010110111001010101110011010110111011011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCAB; }

 p { color: rgb(178,220,171); }

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

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

 a { background-color: rgb(178,220,171); }

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

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

 span { border-color: rgb(178,220,171); }

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