#B7DCB6

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

Shades of Moss Green #B7DCB6

Tints of Moss Green #B7DCB6

Color information

#B7DCB6 (or 0xB7DCB6) is unknown color: approx Moss Green. HEX triplet: B7, DC and B6. RGB value is (183,220,182). Sum of RGB (Red+Green+Blue) = 183+220+182=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCB6 is #482349. Grayscale: #CCCCCC. Windows color (decimal): -4727626 or 11984055. OLE color: 11984055.

HSL color Cylindrical-coordinate representation of color #B7DCB6: hue angle of 118.42º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCB6 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB183220182-
CMYK0.1700.170.14
HSL118.42º35.19%78.82%-
HSV(B)118.42º17.27%86.27%-
XYZ53.5764.6353.91-
YUV204.6115.24112.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=31.28%
G=37.61%
B=31.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201820.1700.170.14118.4235.1978.82
HexB7DCB611011E76234f
Octal267334266210211616643117
Binary10110111110111001011011010001010001111011101101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCB6; }

 p { color: rgb(183,220,182); }

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

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

 a { background-color: rgb(183,220,182); }

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

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

 span { border-color: rgb(183,220,182); }

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