Html Css Color HEX #B2D6AE Moss Green

📋 copy color: '#B2D6AE'

red 178 ◦ green 214 ◦ blue 174

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

Shades of Moss Green #B2D6AE

Tints of Moss Green #B2D6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.81%

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 31.45%
G = 37.81%
B = 30.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#B2D6AE (or 0xB2D6AE) is known color: Moss Green. HEX triplet: B2, D6 and AE. RGB value is (178,214,174). Sum of RGB (Red+Green+Blue) = 178+214+174=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D6AE is #4D2951. Grayscale: #C6C6C6. Windows color (decimal): -5056850 or 11458226. OLE color: 11458226.

HSL color Cylindrical-coordinate representation of color #B2D6AE: hue angle of 114º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2D6AE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 174 -
CMYK 0.17 0 0.19 0.16
HSL 114º 0.33% 0.76% -
HSV(B) 114º 0.19% 0.84% -
XYZ 50.05 60.61 49.11 -
YUV 198.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 178 214 174 0.17 0 0.19 0.16 114 0.33 0.76
Hex B2 D6 AE 11 0 13 10 72 21 4C
Octal 262 326 256 21 0 23 20 162 41 114
Binary 10110010 11010110 10101110 10001 0 10011 10000 1110010 100001 1001100

Color Harmonies of #B2D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D6AE

Black with #B2D6AE

Text Example


Text Example

White with #B2D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D6AE; }

 p { color: rgb(178,214,174); }

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

background-color css

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

 a { background-color: rgb(178,214,174); }

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

border-color css

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

 span { border-color: rgb(178,214,174); }

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