Html Css Color HEX #B0E9AA Moss Green

📋 copy color: '#B0E9AA'

red 176 ◦ green 233 ◦ blue 170

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

Shades of Moss Green #B0E9AA

Tints of Moss Green #B0E9AA

RGB

 RED value IS 176 (69.14% from 255) = 30.4%

 GREEN value IS 233 (91.41% from 255) = 40.24%

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

R = 30.4%
G = 40.24%
B = 29.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#B0E9AA (or 0xB0E9AA) is known color: Moss Green. HEX triplet: B0, E9 and AA. RGB value is (176,233,170). Sum of RGB (Red+Green+Blue) = 176+233+170=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E9AA is #4F1655. Grayscale: #D0D0D0. Windows color (decimal): -5183062 or 11200944. OLE color: 11200944.

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

Color convert

RGB 176 233 170 -
CMYK 0.24 0 0.27 0.09
HSL 114.29º 0.59% 0.79% -
HSV(B) 114.29º 0.27% 0.91% -
XYZ 54.3 70.41 48.76 -
YUV 208.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 176 233 170 0.24 0 0.27 0.09 114.29 0.59 0.79
Hex B0 E9 AA 18 0 1B 9 72 3B 4F
Octal 260 351 252 30 0 33 11 162 73 117
Binary 10110000 11101001 10101010 11000 0 11011 1001 1110010 111011 1001111

Color Harmonies of #B0E9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E9AA

Black with #B0E9AA

Text Example


Text Example

White with #B0E9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E9AA; }

 p { color: rgb(176,233,170); }

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

background-color css

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

 a { background-color: rgb(176,233,170); }

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

border-color css

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

 span { border-color: rgb(176,233,170); }

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