#B0E6AC

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

Shades of Moss Green #B0E6AC

Tints of Moss Green #B0E6AC

Color information

#B0E6AC (or 0xB0E6AC) is unknown color: approx Moss Green. HEX triplet: B0, E6 and AC. RGB value is (176,230,172). Sum of RGB (Red+Green+Blue) = 176+230+172=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E6AC is #4F1953. Grayscale: #CFCFCF. Windows color (decimal): -5183828 or 11331248. OLE color: 11331248.

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

Color convert

RGB176230172-
CMYK0.2300.250.10
HSL115.86º53.7%78.82%-
HSV(B)115.86º25.22%90.2%-
XYZ53.6568.849.48-
YUV207.24108.11105.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=30.45%
G=39.79%
B=29.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762301720.2300.250.10115.8653.778.82
HexB0E6AC17019A74364f
Octal260346254270311216466117
Binary10110000111001101010110010111011001101011101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E6AC; }

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

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

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

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

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

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

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

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