Html Css Color HEX #B0DFAC Moss Green

📋 copy color: '#B0DFAC'

red 176 ◦ green 223 ◦ blue 172

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

Shades of Moss Green #B0DFAC

Tints of Moss Green #B0DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

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

R = 30.82%
G = 39.05%
B = 30.12%

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

#B0DFAC (or 0xB0DFAC) is known color: Moss Green. HEX triplet: B0, DF and AC. RGB value is (176,223,172). Sum of RGB (Red+Green+Blue) = 176+223+172=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFAC is #4F2053. Grayscale: #CBCBCB. Windows color (decimal): -5185620 or 11329456. OLE color: 11329456.

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

Color convert

RGB 176 223 172 -
CMYK 0.21 0 0.23 0.13
HSL 115.29º 0.44% 0.77% -
HSV(B) 115.29º 0.23% 0.87% -
XYZ 51.74 64.98 48.85 -
YUV 203.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 176 223 172 0.21 0 0.23 0.13 115.29 0.44 0.77
Hex B0 DF AC 15 0 17 D 73 2C 4D
Octal 260 337 254 25 0 27 15 163 54 115
Binary 10110000 11011111 10101100 10101 0 10111 1101 1110011 101100 1001101

Color Harmonies of #B0DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFAC

Black with #B0DFAC

Text Example


Text Example

White with #B0DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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