#B9DBB6

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

Shades of Moss Green #B9DBB6

Tints of Moss Green #B9DBB6

Color information

#B9DBB6 (or 0xB9DBB6) is unknown color: approx Moss Green. HEX triplet: B9, DB and B6. RGB value is (185,219,182). Sum of RGB (Red+Green+Blue) = 185+219+182=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBB6 is #462449. Grayscale: #CCCCCC. Windows color (decimal): -4596810 or 11983801. OLE color: 11983801.

HSL color Cylindrical-coordinate representation of color #B9DBB6: hue angle of 115.14º degrees, saturation: 0.34, 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 #B9DBB6 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB185219182-
CMYK0.1600.170.14
HSL115.14º33.94%78.63%-
HSV(B)115.14º16.89%85.88%-
XYZ53.7864.3553.84-
YUV204.62115.24114.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=31.57%
G=37.37%
B=31.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191820.1600.170.14115.1433.9478.63
HexB9DBB610011E73224f
Octal271333266200211616342117
Binary10111001110110111011011010000010001111011100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBB6; }

 p { color: rgb(185,219,182); }

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

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

 a { background-color: rgb(185,219,182); }

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

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

 span { border-color: rgb(185,219,182); }

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