#b0e6aa

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

Shades of Moss Green #B0E6AA

Tints of Moss Green #B0E6AA

Color information

#B0E6AA (or 0xB0E6AA) is unknown color: approx Moss Green. HEX triplet: B0, E6 and AA. RGB value is (176,230,170). Sum of RGB (Red+Green+Blue) = 176+230+170=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E6AA is #4F1955. Grayscale: #CFCFCF. Windows color (decimal): -5183830 or 11200176. OLE color: 11200176.

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

Color convert

RGB176230170-
CMYK0.2300.260.10
HSL114º54.55%78.43%-
HSV(B)114º26.09%90.2%-
XYZ53.4668.7348.48-
YUV207.01107.11105.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=30.56%
G=39.93%
B=29.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762301700.2300.260.1011454.5578.43
HexB0E6AA1701AA72374e
Octal260346252270321216267116
Binary10110000111001101010101010111011010101011100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0e6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0e6aa; }

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

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

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

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

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

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

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

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