#B0DBAB

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

Shades of Moss Green #B0DBAB

Tints of Moss Green #B0DBAB

Color information

#B0DBAB (or 0xB0DBAB) is unknown color: approx Moss Green. HEX triplet: B0, DB and AB. RGB value is (176,219,171). Sum of RGB (Red+Green+Blue) = 176+219+171=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAB is #4F2454. Grayscale: #C8C8C8. Windows color (decimal): -5186645 or 11262896. OLE color: 11262896.

HSL color Cylindrical-coordinate representation of color #B0DBAB: hue angle of 113.75º 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 #B0DBAB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB176219171-
CMYK0.2000.220.14
HSL113.75º40%76.47%-
HSV(B)113.75º21.92%85.88%-
XYZ50.5962.8347.99-
YUV200.67111.25110.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=31.10%
G=38.69%
B=30.21%

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
Decimal1762191710.2000.220.14113.754076.47
HexB0DBAB14016E72284c
Octal260333253240261616250114
Binary10110000110110111010101110100010110111011100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBAB; }

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

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

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

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

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

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

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

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