#B0EEAC

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

Shades of Moss Green #B0EEAC

Tints of Moss Green #B0EEAC

Color information

#B0EEAC (or 0xB0EEAC) is unknown color: approx Moss Green. HEX triplet: B0, EE and AC. RGB value is (176,238,172). Sum of RGB (Red+Green+Blue) = 176+238+172=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEAC is #4F1153. Grayscale: #D4D4D4. Windows color (decimal): -5181780 or 11333296. OLE color: 11333296.

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

Color convert

RGB176238172-
CMYK0.2600.280.07
HSL116.36º66%80.39%-
HSV(B)116.36º27.73%93.33%-
XYZ55.9373.3650.24-
YUV211.94105.46102.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=30.03%
G=40.61%
B=29.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762381720.2600.280.07116.366680.39
HexB0EEAC1A01C7744250
Octal260356254320347164102120
Binary10110000111011101010110011010011100111111010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEAC; }

 p { color: rgb(176,238,172); }

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

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

 a { background-color: rgb(176,238,172); }

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

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

 span { border-color: rgb(176,238,172); }

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