Html Css Color HEX #B0DEA9 Moss Green

📋 copy color: '#B0DEA9'

red 176 ◦ green 222 ◦ blue 169

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

Shades of Moss Green #B0DEA9

Tints of Moss Green #B0DEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.81%

R = 31.04%
G = 39.15%
B = 29.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#B0DEA9 (or 0xB0DEA9) is known color: Moss Green. HEX triplet: B0, DE and A9. RGB value is (176,222,169). Sum of RGB (Red+Green+Blue) = 176+222+169=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA9 is #4F2156. Grayscale: #CACACA. Windows color (decimal): -5185879 or 11132592. OLE color: 11132592.

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

Color convert

RGB 176 222 169 -
CMYK 0.21 0 0.24 0.13
HSL 112.08º 0.45% 0.77% -
HSV(B) 112.08º 0.24% 0.87% -
XYZ 51.19 64.34 47.26 -
YUV 202.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 176 222 169 0.21 0 0.24 0.13 112.08 0.45 0.77
Hex B0 DE A9 15 0 18 D 70 2D 4D
Octal 260 336 251 25 0 30 15 160 55 115
Binary 10110000 11011110 10101001 10101 0 11000 1101 1110000 101101 1001101

Color Harmonies of #B0DEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEA9

Black with #B0DEA9

Text Example


Text Example

White with #B0DEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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