Html Css Color HEX #B1D6AE Moss Green

📋 copy color: '#B1D6AE'

red 177 ◦ green 214 ◦ blue 174

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

Shades of Moss Green #B1D6AE

Tints of Moss Green #B1D6AE

RGB

 RED value IS 177 (69.53% from 255) = 31.33%

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

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

R = 31.33%
G = 37.88%
B = 30.8%

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

#B1D6AE (or 0xB1D6AE) is known color: Moss Green. HEX triplet: B1, D6 and AE. RGB value is (177,214,174). Sum of RGB (Red+Green+Blue) = 177+214+174=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D6AE is #4E2951. Grayscale: #C6C6C6. Windows color (decimal): -5122386 or 11458225. OLE color: 11458225.

HSL color Cylindrical-coordinate representation of color #B1D6AE: hue angle of 115.5º 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 #B1D6AE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 214 174 -
CMYK 0.17 0 0.19 0.16
HSL 115.5º 0.33% 0.76% -
HSV(B) 115.5º 0.19% 0.84% -
XYZ 49.82 60.5 49.1 -
YUV 198.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 177 214 174 0.17 0 0.19 0.16 115.5 0.33 0.76
Hex B1 D6 AE 11 0 13 10 74 21 4C
Octal 261 326 256 21 0 23 20 164 41 114
Binary 10110001 11010110 10101110 10001 0 10011 10000 1110100 100001 1001100

Color Harmonies of #B1D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D6AE

Black with #B1D6AE

Text Example


Text Example

White with #B1D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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