#B0D8B2

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

Shades of Moss Green #B0D8B2

Tints of Moss Green #B0D8B2

Color information

#B0D8B2 (or 0xB0D8B2) is unknown color: approx Moss Green. HEX triplet: B0, D8 and B2. RGB value is (176,216,178). Sum of RGB (Red+Green+Blue) = 176+216+178=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D8B2 is #4F274D. Grayscale: #C7C7C7. Windows color (decimal): -5187406 or 11720880. OLE color: 11720880.

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

Color convert

RGB176216178-
CMYK0.1900.180.15
HSL123º33.9%76.86%-
HSV(B)123º18.52%84.71%-
XYZ50.561.5651.34-
YUV199.71115.75111.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=30.88%
G=37.89%
B=31.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161780.1900.180.1512333.976.86
HexB0D8B213012F7b224d
Octal260330262230221717342115
Binary10110000110110001011001010011010010111111110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8B2; }

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

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

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

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

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

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

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

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