Html Css Color HEX #B2DEAD Moss Green

📋 copy color: '#B2DEAD'

red 178 ◦ green 222 ◦ blue 173

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

Shades of Moss Green #B2DEAD

Tints of Moss Green #B2DEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.19%

R = 31.06%
G = 38.74%
B = 30.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B2DEAD (or 0xB2DEAD) is known color: Moss Green. HEX triplet: B2, DE and AD. RGB value is (178,222,173). Sum of RGB (Red+Green+Blue) = 178+222+173=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEAD is #4D2152. Grayscale: #CBCBCB. Windows color (decimal): -5054803 or 11394738. OLE color: 11394738.

HSL color Cylindrical-coordinate representation of color #B2DEAD: hue angle of 113.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DEAD is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 173 -
CMYK 0.20 0 0.22 0.13
HSL 113.88º 0.43% 0.77% -
HSV(B) 113.88º 0.22% 0.87% -
XYZ 52.02 64.72 49.29 -
YUV 203.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 178 222 173 0.20 0 0.22 0.13 113.88 0.43 0.77
Hex B2 DE AD 14 0 16 D 72 2B 4D
Octal 262 336 255 24 0 26 15 162 53 115
Binary 10110010 11011110 10101101 10100 0 10110 1101 1110010 101011 1001101

Color Harmonies of #B2DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEAD

Black with #B2DEAD

Text Example


Text Example

White with #B2DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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