Html Css Color HEX #B1E0AA Moss Green

📋 copy color: '#B1E0AA'

red 177 ◦ green 224 ◦ blue 170

#B1E0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moss Green #B1E0AA

Tints of Moss Green #B1E0AA

RGB

 RED value IS 177 (69.53% from 255) = 31%

 GREEN value IS 224 (87.89% from 255) = 39.23%

 BLUE value IS 170 (66.8% from 255) = 29.77%

R = 31%
G = 39.23%
B = 29.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#B1E0AA (or 0xB1E0AA) is known color: Moss Green. HEX triplet: B1, E0 and AA. RGB value is (177,224,170). Sum of RGB (Red+Green+Blue) = 177+224+170=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E0AA is #4E1F55. Grayscale: #CBCBCB. Windows color (decimal): -5119830 or 11198641. OLE color: 11198641.

HSL color Cylindrical-coordinate representation of color #B1E0AA: hue angle of 112.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E0AA is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 224 170 -
CMYK 0.21 0 0.24 0.12
HSL 112.22º 0.47% 0.77% -
HSV(B) 112.22º 0.24% 0.88% -
XYZ 52.04 65.56 47.94 -
YUV 203.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 177 224 170 0.21 0 0.24 0.12 112.22 0.47 0.77
Hex B1 E0 AA 15 0 18 C 70 2F 4D
Octal 261 340 252 25 0 30 14 160 57 115
Binary 10110001 11100000 10101010 10101 0 11000 1100 1110000 101111 1001101

Color Harmonies of #B1E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E0AA

Black with #B1E0AA

Text Example


Text Example

White with #B1E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E0AA; }

 p { color: rgb(177,224,170); }

 H1.HeaderClassName
 {
   color: #B1E0AA;
 }
 .AnyTagClassName
 {
   color: #B1E0AA;
 }
</style>

background-color css

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

 a { background-color: rgb(177,224,170); }

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

border-color css

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

 span { border-color: rgb(177,224,170); }

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