Html Css Color HEX #B2DCAC Moss Green

📋 copy color: '#B2DCAC'

red 178 ◦ green 220 ◦ blue 172

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

Shades of Moss Green #B2DCAC

Tints of Moss Green #B2DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 31.23%
G = 38.6%
B = 30.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B2DCAC (or 0xB2DCAC) is known color: Moss Green. HEX triplet: B2, DC and AC. RGB value is (178,220,172). Sum of RGB (Red+Green+Blue) = 178+220+172=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCAC is #4D2353. Grayscale: #CACACA. Windows color (decimal): -5055316 or 11328690. OLE color: 11328690.

HSL color Cylindrical-coordinate representation of color #B2DCAC: hue angle of 112.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DCAC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 172 -
CMYK 0.19 0 0.22 0.14
HSL 112.5º 0.41% 0.77% -
HSV(B) 112.5º 0.22% 0.86% -
XYZ 51.4 63.63 48.6 -
YUV 201.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 178 220 172 0.19 0 0.22 0.14 112.5 0.41 0.77
Hex B2 DC AC 13 0 16 E 70 29 4D
Octal 262 334 254 23 0 26 16 160 51 115
Binary 10110010 11011100 10101100 10011 0 10110 1110 1110000 101001 1001101

Color Harmonies of #B2DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCAC

Black with #B2DCAC

Text Example


Text Example

White with #B2DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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