#B2EFAC

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

Shades of Moss Green #B2EFAC

Tints of Moss Green #B2EFAC

Color information

#B2EFAC (or 0xB2EFAC) is unknown color: approx Moss Green. HEX triplet: B2, EF and AC. RGB value is (178,239,172). Sum of RGB (Red+Green+Blue) = 178+239+172=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFAC is #4D1053. Grayscale: #D5D5D5. Windows color (decimal): -5050452 or 11333554. OLE color: 11333554.

HSL color Cylindrical-coordinate representation of color #B2EFAC: hue angle of 114.63º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2EFAC is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB178239172-
CMYK0.2600.280.06
HSL114.63º67.68%80.59%-
HSV(B)114.63º28.03%93.73%-
XYZ56.6774.1850.36-
YUV213.12104.79102.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=30.22%
G=40.58%
B=29.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391720.2600.280.06114.6367.6880.59
HexB2EFAC1A01C6734451
Octal262357254320346163104121
Binary10110010111011111010110011010011100110111001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFAC; }

 p { color: rgb(178,239,172); }

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

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

 a { background-color: rgb(178,239,172); }

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

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

 span { border-color: rgb(178,239,172); }

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