#B1DC97

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

Shades of Madang #B1DC97

Tints of Madang #B1DC97

Color information

#B1DC97 (or 0xB1DC97) is unknown color: approx Madang. HEX triplet: B1, DC and 97. RGB value is (177,220,151). Sum of RGB (Red+Green+Blue) = 177+220+151=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC97 is #4E2368. Grayscale: #C7C7C7. Windows color (decimal): -5120873 or 9952433. OLE color: 9952433.

HSL color Cylindrical-coordinate representation of color #B1DC97: hue angle of 97.39º 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 #B1DC97 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB177220151-
CMYK0.2000.310.14
HSL97.39º49.64%72.75%-
HSV(B)97.39º31.36%86.27%-
XYZ49.3162.7738.79-
YUV199.28100.75112.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=32.30%
G=40.15%
B=27.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201510.2000.310.1497.3949.6472.75
HexB1DC971401FE613249
Octal261334227240371614162111
Binary10110001110111001001011110100011111111011000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC97; }

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

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

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

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

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

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

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

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