#B5D6B3

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

Shades of Moss Green #B5D6B3

Tints of Moss Green #B5D6B3

Color information

#B5D6B3 (or 0xB5D6B3) is unknown color: approx Moss Green. HEX triplet: B5, D6 and B3. RGB value is (181,214,179). Sum of RGB (Red+Green+Blue) = 181+214+179=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6B3 is #4A294C. Grayscale: #C8C8C8. Windows color (decimal): -4860237 or 11785909. OLE color: 11785909.

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

Color convert

RGB181214179-
CMYK0.1500.160.16
HSL116.57º29.91%77.06%-
HSV(B)116.57º16.36%83.92%-
XYZ51.2461.1751.75-
YUV200.14116.07114.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=31.53%
G=37.28%
B=31.18%

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
Decimal1812141790.1500.160.16116.5729.9177.06
HexB5D6B3F01010751e4d
Octal265326263170202016536115
Binary1011010111010110101100111111010000100001110101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6B3; }

 p { color: rgb(181,214,179); }

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

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

 a { background-color: rgb(181,214,179); }

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

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

 span { border-color: rgb(181,214,179); }

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