#B0DCAC

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

Shades of Moss Green #B0DCAC

Tints of Moss Green #B0DCAC

Color information

#B0DCAC (or 0xB0DCAC) is unknown color: approx Moss Green. HEX triplet: B0, DC and AC. RGB value is (176,220,172). Sum of RGB (Red+Green+Blue) = 176+220+172=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCAC is #4F2353. Grayscale: #C9C9C9. Windows color (decimal): -5186388 or 11328688. OLE color: 11328688.

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

Color convert

RGB176220172-
CMYK0.200.220.14
HSL115º40.68%76.86%-
HSV(B)115º21.82%86.27%-
XYZ50.9463.448.58-
YUV201.37111.42109.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=30.99%
G=38.73%
B=30.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201720.200.220.1411540.6876.86
HexB0DCAC14016E73294d
Octal260334254240261616351115
Binary10110000110111001010110010100010110111011100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCAC; }

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

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

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

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

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

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

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

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