#B2DAAE

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

Shades of Moss Green #B2DAAE

Tints of Moss Green #B2DAAE

Color information

#B2DAAE (or 0xB2DAAE) is unknown color: approx Moss Green. HEX triplet: B2, DA and AE. RGB value is (178,218,174). Sum of RGB (Red+Green+Blue) = 178+218+174=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAAE is #4D2551. Grayscale: #C9C9C9. Windows color (decimal): -5055826 or 11459250. OLE color: 11459250.

HSL color Cylindrical-coordinate representation of color #B2DAAE: hue angle of 114.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DAAE is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB178218174-
CMYK0.1800.200.15
HSL114.55º37.29%76.86%-
HSV(B)114.55º20.18%85.49%-
XYZ51.0762.6649.45-
YUV201.02112.75111.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=31.23%
G=38.25%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181740.1800.200.15114.5537.2976.86
HexB2DAAE12014F73254d
Octal262332256220241716345115
Binary10110010110110101010111010010010100111111100111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAAE; }

 p { color: rgb(178,218,174); }

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

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

 a { background-color: rgb(178,218,174); }

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

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

 span { border-color: rgb(178,218,174); }

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