#B3DCAD

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

Shades of Moss Green #B3DCAD

Tints of Moss Green #B3DCAD

Color information

#B3DCAD (or 0xB3DCAD) is unknown color: approx Moss Green. HEX triplet: B3, DC and AD. RGB value is (179,220,173). Sum of RGB (Red+Green+Blue) = 179+220+173=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DCAD is #4C2352. Grayscale: #CACACA. Windows color (decimal): -4989779 or 11394227. OLE color: 11394227.

HSL color Cylindrical-coordinate representation of color #B3DCAD: hue angle of 112.34º degrees, saturation: 0.4, 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 #B3DCAD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB179220173-
CMYK0.1900.210.14
HSL112.34º40.17%77.06%-
HSV(B)112.34º21.36%86.27%-
XYZ51.7363.7949.12-
YUV202.38111.42111.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=31.29%
G=38.46%
B=30.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201730.1900.210.14112.3440.1777.06
HexB3DCAD13015E70284d
Octal263334255230251616050115
Binary10110011110111001010110110011010101111011100001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCAD; }

 p { color: rgb(179,220,173); }

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

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

 a { background-color: rgb(179,220,173); }

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

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

 span { border-color: rgb(179,220,173); }

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