#B0DBAA

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

Shades of Moss Green #B0DBAA

Tints of Moss Green #B0DBAA

Color information

#B0DBAA (or 0xB0DBAA) is unknown color: approx Moss Green. HEX triplet: B0, DB and AA. RGB value is (176,219,170). Sum of RGB (Red+Green+Blue) = 176+219+170=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAA is #4F2455. Grayscale: #C8C8C8. Windows color (decimal): -5186646 or 11197360. OLE color: 11197360.

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

Color convert

RGB176219170-
CMYK0.2000.220.14
HSL112.65º40.5%76.27%-
HSV(B)112.65º22.37%85.88%-
XYZ50.4962.847.49-
YUV200.56110.75110.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=31.15%
G=38.76%
B=30.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191700.2000.220.14112.6540.576.27
HexB0DBAA14016E71284c
Octal260333252240261616150114
Binary10110000110110111010101010100010110111011100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBAA; }

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

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

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

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

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

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

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

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