#B0D7AF

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

Shades of Moss Green #B0D7AF

Tints of Moss Green #B0D7AF

Color information

#B0D7AF (or 0xB0D7AF) is unknown color: approx Moss Green. HEX triplet: B0, D7 and AF. RGB value is (176,215,175). Sum of RGB (Red+Green+Blue) = 176+215+175=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D7AF is #4F2850. Grayscale: #C6C6C6. Windows color (decimal): -5187665 or 11524016. OLE color: 11524016.

HSL color Cylindrical-coordinate representation of color #B0D7AF: hue angle of 118.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D7AF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB176215175-
CMYK0.1800.190.16
HSL118.5º33.33%76.47%-
HSV(B)118.5º18.6%84.31%-
XYZ49.9460.9349.69-
YUV198.78114.58111.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=31.10%
G=37.99%
B=30.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151750.1800.190.16118.533.3376.47
HexB0D7AF120131076214c
Octal260327257220232016641114
Binary101100001101011110101111100100100111000011101101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7AF; }

 p { color: rgb(176,215,175); }

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

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

 a { background-color: rgb(176,215,175); }

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

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

 span { border-color: rgb(176,215,175); }

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