#B2DEAC

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

Shades of Moss Green #B2DEAC

Tints of Moss Green #B2DEAC

Color information

#B2DEAC (or 0xB2DEAC) is unknown color: approx Moss Green. HEX triplet: B2, DE and AC. RGB value is (178,222,172). Sum of RGB (Red+Green+Blue) = 178+222+172=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEAC is #4D2153. Grayscale: #CBCBCB. Windows color (decimal): -5054804 or 11329202. OLE color: 11329202.

HSL color Cylindrical-coordinate representation of color #B2DEAC: hue angle of 112.8º degrees, saturation: 0.43, 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 #B2DEAC is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB178222172-
CMYK0.2000.230.13
HSL112.8º43.1%77.25%-
HSV(B)112.8º22.52%87.06%-
XYZ51.9364.6948.78-
YUV203.14110.42110.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=31.12%
G=38.81%
B=30.07%

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
Decimal1782221720.2000.230.13112.843.177.25
HexB2DEAC14017D712b4d
Octal262336254240271516153115
Binary10110010110111101010110010100010111110111100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEAC; }

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

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

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

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

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

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

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

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