#B2DDB3

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

Shades of Moss Green #B2DDB3

Tints of Moss Green #B2DDB3

Color information

#B2DDB3 (or 0xB2DDB3) is unknown color: approx Moss Green. HEX triplet: B2, DD and B3. RGB value is (178,221,179). Sum of RGB (Red+Green+Blue) = 178+221+179=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDB3 is #4D224C. Grayscale: #CBCBCB. Windows color (decimal): -5055053 or 11787698. OLE color: 11787698.

HSL color Cylindrical-coordinate representation of color #B2DDB3: hue angle of 121.4º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDB3 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB178221179-
CMYK0.1900.190.13
HSL121.4º38.74%78.24%-
HSV(B)121.4º19.46%86.67%-
XYZ52.3564.4352.33-
YUV203.36114.25109.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 179 (70.31% from 255) = 30.97%
R=30.80%
G=38.24%
B=30.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211790.1900.190.13121.438.7478.24
HexB2DDB313013D79274e
Octal262335263230231517147116
Binary10110010110111011011001110011010011110111110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDB3; }

 p { color: rgb(178,221,179); }

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

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

 a { background-color: rgb(178,221,179); }

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

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

 span { border-color: rgb(178,221,179); }

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