#B2DFAC

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

Shades of Moss Green #B2DFAC

Tints of Moss Green #B2DFAC

Color information

#B2DFAC (or 0xB2DFAC) is unknown color: approx Moss Green. HEX triplet: B2, DF and AC. RGB value is (178,223,172). Sum of RGB (Red+Green+Blue) = 178+223+172=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFAC is #4D2053. Grayscale: #CBCBCB. Windows color (decimal): -5054548 or 11329458. OLE color: 11329458.

HSL color Cylindrical-coordinate representation of color #B2DFAC: hue angle of 112.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DFAC is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB178223172-
CMYK0.2000.230.13
HSL112.94º44.35%77.45%-
HSV(B)112.94º22.87%87.45%-
XYZ52.1965.2248.87-
YUV203.73110.09109.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=31.06%
G=38.92%
B=30.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231720.2000.230.13112.9444.3577.45
HexB2DFAC14017D712c4d
Octal262337254240271516154115
Binary10110010110111111010110010100010111110111100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFAC; }

 p { color: rgb(178,223,172); }

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

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

 a { background-color: rgb(178,223,172); }

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

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

 span { border-color: rgb(178,223,172); }

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