#B1DFAA

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

Shades of Moss Green #B1DFAA

Tints of Moss Green #B1DFAA

Color information

#B1DFAA (or 0xB1DFAA) is unknown color: approx Moss Green. HEX triplet: B1, DF and AA. RGB value is (177,223,170). Sum of RGB (Red+Green+Blue) = 177+223+170=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DFAA is #4E2055. Grayscale: #CBCBCB. Windows color (decimal): -5120086 or 11198385. OLE color: 11198385.

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

Color convert

RGB177223170-
CMYK0.2100.240.13
HSL112.08º45.3%77.06%-
HSV(B)112.08º23.77%87.45%-
XYZ51.7765.0247.85-
YUV203.2109.26109.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=31.05%
G=39.12%
B=29.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231700.2100.240.13112.0845.377.06
HexB1DFAA15018D702d4d
Octal261337252250301516055115
Binary10110001110111111010101010101011000110111100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFAA; }

 p { color: rgb(177,223,170); }

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

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

 a { background-color: rgb(177,223,170); }

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

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

 span { border-color: rgb(177,223,170); }

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