#B0E5AE

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

Shades of Moss Green #B0E5AE

Tints of Moss Green #B0E5AE

Color information

#B0E5AE (or 0xB0E5AE) is unknown color: approx Moss Green. HEX triplet: B0, E5 and AE. RGB value is (176,229,174). Sum of RGB (Red+Green+Blue) = 176+229+174=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E5AE is #4F1A51. Grayscale: #CFCFCF. Windows color (decimal): -5184082 or 11462064. OLE color: 11462064.

HSL color Cylindrical-coordinate representation of color #B0E5AE: hue angle of 117.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E5AE is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB176229174-
CMYK0.2300.240.10
HSL117.82º51.4%79.02%-
HSV(B)117.82º24.02%89.8%-
XYZ53.5668.3250.41-
YUV206.88109.44105.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 229 (89.84% from 255) = 39.55%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=30.40%
G=39.55%
B=30.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291740.2300.240.10117.8251.479.02
HexB0E5AE17018A76334f
Octal260345256270301216663117
Binary10110000111001011010111010111011000101011101101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E5AE; }

 p { color: rgb(176,229,174); }

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

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

 a { background-color: rgb(176,229,174); }

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

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

 span { border-color: rgb(176,229,174); }

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