Html Css Color HEX #B1DC9C Madang

📋 copy color: '#B1DC9C'

red 177 ◦ green 220 ◦ blue 156

#B1DC9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B1DC9C

Tints of Madang #B1DC9C

RGB

 RED value IS 177 (69.53% from 255) = 32.01%

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 32.01%
G = 39.78%
B = 28.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#B1DC9C (or 0xB1DC9C) is known color: Madang. HEX triplet: B1, DC and 9C. RGB value is (177,220,156). Sum of RGB (Red+Green+Blue) = 177+220+156=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC9C is #4E2363. Grayscale: #C8C8C8. Windows color (decimal): -5120868 or 10280113. OLE color: 10280113.

HSL color Cylindrical-coordinate representation of color #B1DC9C: hue angle of 100.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1DC9C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 156 -
CMYK 0.20 0 0.29 0.14
HSL 100.31º 0.48% 0.74% -
HSV(B) 100.31º 0.29% 0.86% -
XYZ 49.73 62.93 40.98 -
YUV 199.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 177 220 156 0.20 0 0.29 0.14 100.31 0.48 0.74
Hex B1 DC 9C 14 0 1D E 64 30 4A
Octal 261 334 234 24 0 35 16 144 60 112
Binary 10110001 11011100 10011100 10100 0 11101 1110 1100100 110000 1001010

Color Harmonies of #B1DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC9C

Black with #B1DC9C

Text Example


Text Example

White with #B1DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC9C; }

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

 H1.HeaderClassName
 {
   color: #B1DC9C;
 }
 .AnyTagClassName
 {
   color: #B1DC9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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