#B0DBAD

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

Shades of Moss Green #B0DBAD

Tints of Moss Green #B0DBAD

Color information

#B0DBAD (or 0xB0DBAD) is unknown color: approx Moss Green. HEX triplet: B0, DB and AD. RGB value is (176,219,173). Sum of RGB (Red+Green+Blue) = 176+219+173=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAD is #4F2452. Grayscale: #C9C9C9. Windows color (decimal): -5186643 or 11393968. OLE color: 11393968.

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

Color convert

RGB176219173-
CMYK0.2000.210.14
HSL116.09º38.98%76.86%-
HSV(B)116.09º21%85.88%-
XYZ50.7862.9149-
YUV200.9112.25110.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=30.99%
G=38.56%
B=30.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191730.2000.210.14116.0938.9876.86
HexB0DBAD14015E74274d
Octal260333255240251616447115
Binary10110000110110111010110110100010101111011101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBAD; }

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

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

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

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

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

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

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

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