Html Css Color HEX #B0DEAA Moss Green

📋 copy color: '#B0DEAA'

red 176 ◦ green 222 ◦ blue 170

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

Shades of Moss Green #B0DEAA

Tints of Moss Green #B0DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

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

R = 30.99%
G = 39.08%
B = 29.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#B0DEAA (or 0xB0DEAA) is known color: Moss Green. HEX triplet: B0, DE and AA. RGB value is (176,222,170). Sum of RGB (Red+Green+Blue) = 176+222+170=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEAA is #4F2155. Grayscale: #CACACA. Windows color (decimal): -5185878 or 11198128. OLE color: 11198128.

HSL color Cylindrical-coordinate representation of color #B0DEAA: hue angle of 113.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DEAA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 170 -
CMYK 0.21 0 0.23 0.13
HSL 113.08º 0.44% 0.77% -
HSV(B) 113.08º 0.23% 0.87% -
XYZ 51.28 64.37 47.75 -
YUV 202.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 176 222 170 0.21 0 0.23 0.13 113.08 0.44 0.77
Hex B0 DE AA 15 0 17 D 71 2C 4D
Octal 260 336 252 25 0 27 15 161 54 115
Binary 10110000 11011110 10101010 10101 0 10111 1101 1110001 101100 1001101

Color Harmonies of #B0DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEAA

Black with #B0DEAA

Text Example


Text Example

White with #B0DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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