#B6D9B5

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

Shades of Moss Green #B6D9B5

Tints of Moss Green #B6D9B5

Color information

#B6D9B5 (or 0xB6D9B5) is unknown color: approx Moss Green. HEX triplet: B6, D9 and B5. RGB value is (182,217,181). Sum of RGB (Red+Green+Blue) = 182+217+181=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9B5 is #49264A. Grayscale: #CACACA. Windows color (decimal): -4793931 or 11917750. OLE color: 11917750.

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

Color convert

RGB182217181-
CMYK0.1600.170.15
HSL118.33º32.14%78.04%-
HSV(B)118.33º16.59%85.1%-
XYZ52.4462.9153.09-
YUV202.43115.9113.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=31.38%
G=37.41%
B=31.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171810.1600.170.15118.3332.1478.04
HexB6D9B510011F76204e
Octal266331265200211716640116
Binary10110110110110011011010110000010001111111101101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D9B5; }

 p { color: rgb(182,217,181); }

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

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

 a { background-color: rgb(182,217,181); }

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

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

 span { border-color: rgb(182,217,181); }

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