#B0D7B2

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

Shades of Moss Green #B0D7B2

Tints of Moss Green #B0D7B2

Color information

#B0D7B2 (or 0xB0D7B2) is unknown color: approx Moss Green. HEX triplet: B0, D7 and B2. RGB value is (176,215,178). Sum of RGB (Red+Green+Blue) = 176+215+178=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D7B2 is #4F284D. Grayscale: #C7C7C7. Windows color (decimal): -5187662 or 11720624. OLE color: 11720624.

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

Color convert

RGB176215178-
CMYK0.1800.170.16
HSL123.08º32.77%76.67%-
HSV(B)123.08º18.14%84.31%-
XYZ50.2461.0551.25-
YUV199.12116.08111.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=30.93%
G=37.79%
B=31.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151780.1800.170.16123.0832.7776.67
HexB0D7B212011107b214d
Octal260327262220212017341115
Binary101100001101011110110010100100100011000011110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7B2; }

 p { color: rgb(176,215,178); }

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

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

 a { background-color: rgb(176,215,178); }

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

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

 span { border-color: rgb(176,215,178); }

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