#B2E7AF

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

Shades of Moss Green #B2E7AF

Tints of Moss Green #B2E7AF

Color information

#B2E7AF (or 0xB2E7AF) is unknown color: approx Moss Green. HEX triplet: B2, E7 and AF. RGB value is (178,231,175). Sum of RGB (Red+Green+Blue) = 178+231+175=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E7AF is #4D1850. Grayscale: #D0D0D0. Windows color (decimal): -5052497 or 11528114. OLE color: 11528114.

HSL color Cylindrical-coordinate representation of color #B2E7AF: hue angle of 116.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E7AF is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB178231175-
CMYK0.2300.240.09
HSL116.79º53.85%79.61%-
HSV(B)116.79º24.24%90.59%-
XYZ54.6769.7151.13-
YUV208.77108.94106.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 231 (90.62% from 255) = 39.55%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=30.48%
G=39.55%
B=29.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782311750.2300.240.09116.7953.8579.61
HexB2E7AF170189753650
Octal262347257270301116566120
Binary10110010111001111010111110111011000100111101011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E7AF; }

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

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

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

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

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

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

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

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