#B2DC97

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

Shades of Madang #B2DC97

Tints of Madang #B2DC97

Color information

#B2DC97 (or 0xB2DC97) is unknown color: approx Madang. HEX triplet: B2, DC and 97. RGB value is (178,220,151). Sum of RGB (Red+Green+Blue) = 178+220+151=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC97 is #4D2368. Grayscale: #C7C7C7. Windows color (decimal): -5055337 or 9952434. OLE color: 9952434.

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

Color convert

RGB178220151-
CMYK0.1900.310.14
HSL96.52º49.64%72.75%-
HSV(B)96.52º31.36%86.27%-
XYZ49.5462.8938.81-
YUV199.58100.59112.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=32.42%
G=40.07%
B=27.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201510.1900.310.1496.5249.6472.75
HexB2DC971301FE613249
Octal262334227230371614162111
Binary10110010110111001001011110011011111111011000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC97; }

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

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

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

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

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

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

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

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