#B0DDAB

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

Shades of Moss Green #B0DDAB

Tints of Moss Green #B0DDAB

Color information

#B0DDAB (or 0xB0DDAB) is unknown color: approx Moss Green. HEX triplet: B0, DD and AB. RGB value is (176,221,171). Sum of RGB (Red+Green+Blue) = 176+221+171=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDAB is #4F2254. Grayscale: #CACACA. Windows color (decimal): -5186133 or 11263408. OLE color: 11263408.

HSL color Cylindrical-coordinate representation of color #B0DDAB: hue angle of 114º degrees, saturation: 0.42, 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 #B0DDAB is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB176221171-
CMYK0.2000.230.13
HSL114º42.37%76.86%-
HSV(B)114º22.62%86.67%-
XYZ51.1163.8848.16-
YUV201.84110.59109.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=30.99%
G=38.91%
B=30.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211710.2000.230.1311442.3776.86
HexB0DDAB14017D722a4d
Octal260335253240271516252115
Binary10110000110111011010101110100010111110111100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDAB; }

 p { color: rgb(176,221,171); }

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

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

 a { background-color: rgb(176,221,171); }

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

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

 span { border-color: rgb(176,221,171); }

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