#B6D7B1

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

Shades of Moss Green #B6D7B1

Tints of Moss Green #B6D7B1

Color information

#B6D7B1 (or 0xB6D7B1) is unknown color: approx Moss Green. HEX triplet: B6, D7 and B1. RGB value is (182,215,177). Sum of RGB (Red+Green+Blue) = 182+215+177=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D7B1 is #49284E. Grayscale: #C8C8C8. Windows color (decimal): -4794447 or 11655094. OLE color: 11655094.

HSL color Cylindrical-coordinate representation of color #B6D7B1: hue angle of 112.11º degrees, saturation: 0.32, 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 #B6D7B1 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB182215177-
CMYK0.1500.180.16
HSL112.11º32.2%76.86%-
HSV(B)112.11º17.67%84.31%-
XYZ51.5361.7250.79-
YUV200.8114.57114.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=31.71%
G=37.46%
B=30.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151770.1500.180.16112.1132.276.86
HexB6D7B1F0121070204d
Octal266327261170222016040115
Binary10110110110101111011000111110100101000011100001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7B1; }

 p { color: rgb(182,215,177); }

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

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

 a { background-color: rgb(182,215,177); }

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

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

 span { border-color: rgb(182,215,177); }

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