#B1DCAC

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

Shades of Moss Green #B1DCAC

Tints of Moss Green #B1DCAC

Color information

#B1DCAC (or 0xB1DCAC) is unknown color: approx Moss Green. HEX triplet: B1, DC and AC. RGB value is (177,220,172). Sum of RGB (Red+Green+Blue) = 177+220+172=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCAC is #4E2353. Grayscale: #C9C9C9. Windows color (decimal): -5120852 or 11328689. OLE color: 11328689.

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

Color convert

RGB177220172-
CMYK0.2000.220.14
HSL113.75º40.68%76.86%-
HSV(B)113.75º21.82%86.27%-
XYZ51.1763.5148.59-
YUV201.67111.25110.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=31.11%
G=38.66%
B=30.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201720.2000.220.14113.7540.6876.86
HexB1DCAC14016E72294d
Octal261334254240261616251115
Binary10110001110111001010110010100010110111011100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCAC; }

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

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

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

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

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

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

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

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