#B0ECAD

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

Shades of Moss Green #B0ECAD

Tints of Moss Green #B0ECAD

Color information

#B0ECAD (or 0xB0ECAD) is unknown color: approx Moss Green. HEX triplet: B0, EC and AD. RGB value is (176,236,173). Sum of RGB (Red+Green+Blue) = 176+236+173=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ECAD is #4F1352. Grayscale: #D3D3D3. Windows color (decimal): -5182291 or 11398320. OLE color: 11398320.

HSL color Cylindrical-coordinate representation of color #B0ECAD: hue angle of 117.14º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0ECAD is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB176236173-
CMYK0.2500.270.07
HSL117.14º62.38%80.2%-
HSV(B)117.14º26.69%92.55%-
XYZ55.4472.2450.56-
YUV210.88106.62103.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=30.09%
G=40.34%
B=29.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361730.2500.270.07117.1462.3880.2
HexB0ECAD1901B7753e50
Octal26035425531033716576120
Binary1011000011101100101011011100101101111111101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECAD; }

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

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

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

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

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

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

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

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