Html Css Color HEX #B0DEAC Moss Green

📋 copy color: '#B0DEAC'

red 176 ◦ green 222 ◦ blue 172

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

Shades of Moss Green #B0DEAC

Tints of Moss Green #B0DEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.18%

R = 30.88%
G = 38.95%
B = 30.18%

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

#B0DEAC (or 0xB0DEAC) is known color: Moss Green. HEX triplet: B0, DE and AC. RGB value is (176,222,172). Sum of RGB (Red+Green+Blue) = 176+222+172=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEAC is #4F2153. Grayscale: #CACACA. Windows color (decimal): -5185876 or 11329200. OLE color: 11329200.

HSL color Cylindrical-coordinate representation of color #B0DEAC: hue angle of 115.2º degrees, saturation: 0.43, 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 #B0DEAC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 172 -
CMYK 0.21 0 0.23 0.13
HSL 115.2º 0.43% 0.77% -
HSV(B) 115.2º 0.23% 0.87% -
XYZ 51.47 64.45 48.76 -
YUV 202.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 176 222 172 0.21 0 0.23 0.13 115.2 0.43 0.77
Hex B0 DE AC 15 0 17 D 73 2B 4D
Octal 260 336 254 25 0 27 15 163 53 115
Binary 10110000 11011110 10101100 10101 0 10111 1101 1110011 101011 1001101

Color Harmonies of #B0DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEAC

Black with #B0DEAC

Text Example


Text Example

White with #B0DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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