#B0DBB1

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

Shades of Moss Green #B0DBB1

Tints of Moss Green #B0DBB1

Color information

#B0DBB1 (or 0xB0DBB1) is unknown color: approx Moss Green. HEX triplet: B0, DB and B1. RGB value is (176,219,177). Sum of RGB (Red+Green+Blue) = 176+219+177=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBB1 is #4F244E. Grayscale: #C9C9C9. Windows color (decimal): -5186639 or 11656112. OLE color: 11656112.

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

Color convert

RGB176219177-
CMYK0.2000.190.14
HSL121.4º37.39%77.45%-
HSV(B)121.4º19.63%85.88%-
XYZ51.1763.0751.07-
YUV201.36114.25109.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=30.77%
G=38.29%
B=30.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191770.2000.190.14121.437.3977.45
HexB0DBB114013E79254d
Octal260333261240231617145115
Binary10110000110110111011000110100010011111011110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBB1; }

 p { color: rgb(176,219,177); }

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

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

 a { background-color: rgb(176,219,177); }

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

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

 span { border-color: rgb(176,219,177); }

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