#B4E0AE

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

Shades of Moss Green #B4E0AE

Tints of Moss Green #B4E0AE

Color information

#B4E0AE (or 0xB4E0AE) is unknown color: approx Moss Green. HEX triplet: B4, E0 and AE. RGB value is (180,224,174). Sum of RGB (Red+Green+Blue) = 180+224+174=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E0AE is #4B1F51. Grayscale: #CDCDCD. Windows color (decimal): -4923218 or 11460788. OLE color: 11460788.

HSL color Cylindrical-coordinate representation of color #B4E0AE: hue angle of 112.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E0AE is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB180224174-
CMYK0.2000.220.12
HSL112.8º44.64%78.04%-
HSV(B)112.8º22.32%87.84%-
XYZ53.1266.0750-
YUV205.14110.42110.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=31.14%
G=38.75%
B=30.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802241740.2000.220.12112.844.6478.04
HexB4E0AE14016C712d4e
Octal264340256240261416155116
Binary10110100111000001010111010100010110110011100011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E0AE; }

 p { color: rgb(180,224,174); }

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

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

 a { background-color: rgb(180,224,174); }

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

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

 span { border-color: rgb(180,224,174); }

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