#B1DCB0

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

Shades of Moss Green #B1DCB0

Tints of Moss Green #B1DCB0

Color information

#B1DCB0 (or 0xB1DCB0) is unknown color: approx Moss Green. HEX triplet: B1, DC and B0. RGB value is (177,220,176). Sum of RGB (Red+Green+Blue) = 177+220+176=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCB0 is #4E234F. Grayscale: #CACACA. Windows color (decimal): -5120848 or 11590833. OLE color: 11590833.

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

Color convert

RGB177220176-
CMYK0.2000.20.14
HSL118.64º38.6%77.65%-
HSV(B)118.64º20%86.27%-
XYZ51.5663.6750.65-
YUV202.13113.25110.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=30.89%
G=38.39%
B=30.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201760.2000.20.14118.6438.677.65
HexB1DCB014014E77274e
Octal261334260240241616747116
Binary10110001110111001011000010100010100111011101111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCB0; }

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

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

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

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

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

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

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

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