#B0D3B1

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

Shades of Moss Green #B0D3B1

Tints of Moss Green #B0D3B1

Color information

#B0D3B1 (or 0xB0D3B1) is unknown color: approx Moss Green. HEX triplet: B0, D3 and B1. RGB value is (176,211,177). Sum of RGB (Red+Green+Blue) = 176+211+177=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3B1 is #4F2C4E. Grayscale: #C4C4C4. Windows color (decimal): -5188687 or 11654064. OLE color: 11654064.

HSL color Cylindrical-coordinate representation of color #B0D3B1: hue angle of 121.71º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D3B1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB176211177-
CMYK0.1700.160.17
HSL121.71º28.46%75.88%-
HSV(B)121.71º16.59%82.75%-
XYZ49.1358.9950.39-
YUV196.66116.9113.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=31.21%
G=37.41%
B=31.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762111770.1700.160.17121.7128.4675.88
HexB0D3B111010117a1c4c
Octal260323261210202117234114
Binary10110000110100111011000110001010000100011111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D3B1; }

 p { color: rgb(176,211,177); }

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

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

 a { background-color: rgb(176,211,177); }

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

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

 span { border-color: rgb(176,211,177); }

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