Html Css Color HEX #B0E3AA Moss Green

📋 copy color: '#B0E3AA'

red 176 ◦ green 227 ◦ blue 170

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

Shades of Moss Green #B0E3AA

Tints of Moss Green #B0E3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.62%

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

R = 30.72%
G = 39.62%
B = 29.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#B0E3AA (or 0xB0E3AA) is known color: Moss Green. HEX triplet: B0, E3 and AA. RGB value is (176,227,170). Sum of RGB (Red+Green+Blue) = 176+227+170=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E3AA is #4F1C55. Grayscale: #CDCDCD. Windows color (decimal): -5184598 or 11199408. OLE color: 11199408.

HSL color Cylindrical-coordinate representation of color #B0E3AA: hue angle of 113.68º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E3AA is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 170 -
CMYK 0.22 0 0.25 0.11
HSL 113.68º 0.5% 0.78% -
HSV(B) 113.68º 0.25% 0.89% -
XYZ 52.63 67.07 48.2 -
YUV 205.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 176 227 170 0.22 0 0.25 0.11 113.68 0.5 0.78
Hex B0 E3 AA 16 0 19 B 72 32 4E
Octal 260 343 252 26 0 31 13 162 62 116
Binary 10110000 11100011 10101010 10110 0 11001 1011 1110010 110010 1001110

Color Harmonies of #B0E3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3AA

Black with #B0E3AA

Text Example


Text Example

White with #B0E3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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