#B2EFAF

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

Shades of Moss Green #B2EFAF

Tints of Moss Green #B2EFAF

Color information

#B2EFAF (or 0xB2EFAF) is unknown color: approx Moss Green. HEX triplet: B2, EF and AF. RGB value is (178,239,175). Sum of RGB (Red+Green+Blue) = 178+239+175=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFAF is #4D1050. Grayscale: #D5D5D5. Windows color (decimal): -5050449 or 11530162. OLE color: 11530162.

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

Color convert

RGB178239175-
CMYK0.2600.270.06
HSL117.19º66.67%81.18%-
HSV(B)117.19º26.78%93.73%-
XYZ56.9674.2951.9-
YUV213.46106.29102.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.07%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=30.07%
G=40.37%
B=29.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391750.2600.270.06117.1966.6781.18
HexB2EFAF1A01B6754351
Octal262357257320336165103121
Binary10110010111011111010111111010011011110111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFAF; }

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

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

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

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

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

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

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

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