#B2EDAC

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

Shades of Moss Green #B2EDAC

Tints of Moss Green #B2EDAC

Color information

#B2EDAC (or 0xB2EDAC) is unknown color: approx Moss Green. HEX triplet: B2, ED and AC. RGB value is (178,237,172). Sum of RGB (Red+Green+Blue) = 178+237+172=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAC is #4D1253. Grayscale: #D4D4D4. Windows color (decimal): -5050964 or 11333042. OLE color: 11333042.

HSL color Cylindrical-coordinate representation of color #B2EDAC: hue angle of 114.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EDAC is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB178237172-
CMYK0.2500.270.07
HSL114.46º64.36%80.2%-
HSV(B)114.46º27.43%92.94%-
XYZ56.0973.0150.17-
YUV211.95105.45103.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=30.32%
G=40.37%
B=29.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782371720.2500.270.07114.4664.3680.2
HexB2EDAC1901B7724050
Octal262355254310337162100120
Binary10110010111011011010110011001011011111111001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDAC; }

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

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

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

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

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

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

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

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