#B6D6B4

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

Shades of Moss Green #B6D6B4

Tints of Moss Green #B6D6B4

Color information

#B6D6B4 (or 0xB6D6B4) is unknown color: approx Moss Green. HEX triplet: B6, D6 and B4. RGB value is (182,214,180). Sum of RGB (Red+Green+Blue) = 182+214+180=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6B4 is #49294B. Grayscale: #C8C8C8. Windows color (decimal): -4794700 or 11851446. OLE color: 11851446.

HSL color Cylindrical-coordinate representation of color #B6D6B4: hue angle of 116.47º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D6B4 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB182214180-
CMYK0.1500.160.16
HSL116.47º29.31%77.25%-
HSV(B)116.47º15.89%83.92%-
XYZ51.5861.3352.3-
YUV200.56116.4114.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=31.60%
G=37.15%
B=31.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141800.1500.160.16116.4729.3177.25
HexB6D6B4F01010741d4d
Octal266326264170202016435115
Binary1011011011010110101101001111010000100001110100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6B4; }

 p { color: rgb(182,214,180); }

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

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

 a { background-color: rgb(182,214,180); }

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

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

 span { border-color: rgb(182,214,180); }

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