#B3DBAE

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

Shades of Moss Green #B3DBAE

Tints of Moss Green #B3DBAE

Color information

#B3DBAE (or 0xB3DBAE) is unknown color: approx Moss Green. HEX triplet: B3, DB and AE. RGB value is (179,219,174). Sum of RGB (Red+Green+Blue) = 179+219+174=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DBAE is #4C2451. Grayscale: #CACACA. Windows color (decimal): -4990034 or 11459507. OLE color: 11459507.

HSL color Cylindrical-coordinate representation of color #B3DBAE: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3DBAE is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB179219174-
CMYK0.1800.210.14
HSL113.33º38.46%77.06%-
HSV(B)113.33º20.55%85.88%-
XYZ51.5663.349.55-
YUV201.91112.25111.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=31.29%
G=38.29%
B=30.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191740.1800.210.14113.3338.4677.06
HexB3DBAE12015E71264d
Octal263333256220251616146115
Binary10110011110110111010111010010010101111011100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBAE; }

 p { color: rgb(179,219,174); }

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

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

 a { background-color: rgb(179,219,174); }

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

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

 span { border-color: rgb(179,219,174); }

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