#B0D6B2

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

Shades of Moss Green #B0D6B2

Tints of Moss Green #B0D6B2

Color information

#B0D6B2 (or 0xB0D6B2) is unknown color: approx Moss Green. HEX triplet: B0, D6 and B2. RGB value is (176,214,178). Sum of RGB (Red+Green+Blue) = 176+214+178=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D6B2 is #4F294D. Grayscale: #C6C6C6. Windows color (decimal): -5187918 or 11720368. OLE color: 11720368.

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

Color convert

RGB176214178-
CMYK0.1800.170.16
HSL123.16º31.67%76.47%-
HSV(B)123.16º17.76%83.92%-
XYZ49.9960.5451.17-
YUV198.53116.41111.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 214 (83.98% from 255) = 37.68%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=30.99%
G=37.68%
B=31.34%

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
Decimal1762141780.1800.170.16123.1631.6776.47
HexB0D6B212011107b204c
Octal260326262220212017340114
Binary101100001101011010110010100100100011000011110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6B2; }

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

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

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

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

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

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

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

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