#B0D5B1

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

Shades of Moss Green #B0D5B1

Tints of Moss Green #B0D5B1

Color information

#B0D5B1 (or 0xB0D5B1) is unknown color: approx Moss Green. HEX triplet: B0, D5 and B1. RGB value is (176,213,177). Sum of RGB (Red+Green+Blue) = 176+213+177=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D5B1 is #4F2A4E. Grayscale: #C5C5C5. Windows color (decimal): -5188175 or 11654576. OLE color: 11654576.

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

Color convert

RGB176213177-
CMYK0.1700.170.16
HSL121.62º30.58%76.27%-
HSV(B)121.62º17.37%83.53%-
XYZ49.6359.9950.56-
YUV197.83116.24112.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=31.10%
G=37.63%
B=31.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131770.1700.170.16121.6230.5876.27
HexB0D5B111011107a1f4c
Octal260325261210212017237114
Binary10110000110101011011000110001010001100001111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D5B1; }

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

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

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

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

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

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

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

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