Html Css Color HEX #B2DEAC Moss Green

📋 copy color: '#B2DEAC'

red 178 ◦ green 222 ◦ blue 172

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

Shades of Moss Green #B2DEAC

Tints of Moss Green #B2DEAC

RGB

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

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

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

R = 31.12%
G = 38.81%
B = 30.07%

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

#B2DEAC (or 0xB2DEAC) is known color: Moss Green. HEX triplet: B2, DE and AC. RGB value is (178,222,172). Sum of RGB (Red+Green+Blue) = 178+222+172=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEAC is #4D2153. Grayscale: #CBCBCB. Windows color (decimal): -5054804 or 11329202. OLE color: 11329202.

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

Color convert

RGB 178 222 172 -
CMYK 0.20 0 0.23 0.13
HSL 112.8º 0.43% 0.77% -
HSV(B) 112.8º 0.23% 0.87% -
XYZ 51.93 64.69 48.78 -
YUV 203.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 178 222 172 0.20 0 0.23 0.13 112.8 0.43 0.77
Hex B2 DE AC 14 0 17 D 71 2B 4D
Octal 262 336 254 24 0 27 15 161 53 115
Binary 10110010 11011110 10101100 10100 0 10111 1101 1110001 101011 1001101

Color Harmonies of #B2DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEAC

Black with #B2DEAC

Text Example


Text Example

White with #B2DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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