#B0DFAC

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

Shades of Moss Green #B0DFAC

Tints of Moss Green #B0DFAC

Color information

#B0DFAC (or 0xB0DFAC) is unknown color: approx Moss Green. HEX triplet: B0, DF and AC. RGB value is (176,223,172). Sum of RGB (Red+Green+Blue) = 176+223+172=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFAC is #4F2053. Grayscale: #CBCBCB. Windows color (decimal): -5185620 or 11329456. OLE color: 11329456.

HSL color Cylindrical-coordinate representation of color #B0DFAC: hue angle of 115.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DFAC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB176223172-
CMYK0.2100.230.13
HSL115.29º44.35%77.45%-
HSV(B)115.29º22.87%87.45%-
XYZ51.7464.9848.85-
YUV203.13110.43108.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=30.82%
G=39.05%
B=30.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231720.2100.230.13115.2944.3577.45
HexB0DFAC15017D732c4d
Octal260337254250271516354115
Binary10110000110111111010110010101010111110111100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFAC; }

 p { color: rgb(176,223,172); }

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

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

 a { background-color: rgb(176,223,172); }

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

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

 span { border-color: rgb(176,223,172); }

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