#B8DBB6

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

Shades of Moss Green #B8DBB6

Tints of Moss Green #B8DBB6

Color information

#B8DBB6 (or 0xB8DBB6) is unknown color: approx Moss Green. HEX triplet: B8, DB and B6. RGB value is (184,219,182). Sum of RGB (Red+Green+Blue) = 184+219+182=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBB6 is #472449. Grayscale: #CCCCCC. Windows color (decimal): -4662346 or 11983800. OLE color: 11983800.

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

Color convert

RGB184219182-
CMYK0.1600.170.14
HSL116.76º33.94%78.63%-
HSV(B)116.76º16.89%85.88%-
XYZ53.5464.2353.83-
YUV204.32115.4113.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.45%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=31.45%
G=37.44%
B=31.11%

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
Decimal1842191820.1600.170.14116.7633.9478.63
HexB8DBB610011E75224f
Octal270333266200211616542117
Binary10111000110110111011011010000010001111011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBB6; }

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

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

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

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

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

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

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

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