#B0EDAE

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

Shades of Moss Green #B0EDAE

Tints of Moss Green #B0EDAE

Color information

#B0EDAE (or 0xB0EDAE) is unknown color: approx Moss Green. HEX triplet: B0, ED and AE. RGB value is (176,237,174). Sum of RGB (Red+Green+Blue) = 176+237+174=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EDAE is #4F1251. Grayscale: #D3D3D3. Windows color (decimal): -5182034 or 11464112. OLE color: 11464112.

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

Color convert

RGB176237174-
CMYK0.2600.270.07
HSL118.1º63.64%80.59%-
HSV(B)118.1º26.58%92.94%-
XYZ55.8372.8551.16-
YUV211.58106.79102.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=29.98%
G=40.37%
B=29.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371740.2600.270.07118.163.6480.59
HexB0EDAE1A01B7764051
Octal260355256320337166100121
Binary10110000111011011010111011010011011111111011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDAE; }

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

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

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

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

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

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

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

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