Html Css Color HEX #B2DFAC Moss Green

📋 copy color: '#B2DFAC'

red 178 ◦ green 223 ◦ blue 172

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

Shades of Moss Green #B2DFAC

Tints of Moss Green #B2DFAC

RGB

 RED value IS 178 (69.92% from 255) = 31.06%

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

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

R = 31.06%
G = 38.92%
B = 30.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#B2DFAC (or 0xB2DFAC) is known color: Moss Green. HEX triplet: B2, DF and AC. RGB value is (178,223,172). Sum of RGB (Red+Green+Blue) = 178+223+172=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DFAC is #4D2053. Grayscale: #CBCBCB. Windows color (decimal): -5054548 or 11329458. OLE color: 11329458.

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

Color convert

RGB 178 223 172 -
CMYK 0.20 0 0.23 0.13
HSL 112.94º 0.44% 0.77% -
HSV(B) 112.94º 0.23% 0.87% -
XYZ 52.19 65.22 48.87 -
YUV 203.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 178 223 172 0.20 0 0.23 0.13 112.94 0.44 0.77
Hex B2 DF AC 14 0 17 D 71 2C 4D
Octal 262 337 254 24 0 27 15 161 54 115
Binary 10110010 11011111 10101100 10100 0 10111 1101 1110001 101100 1001101

Color Harmonies of #B2DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFAC

Black with #B2DFAC

Text Example


Text Example

White with #B2DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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