Html Css Color HEX #B1DCAA Moss Green

📋 copy color: '#B1DCAA'

red 177 ◦ green 220 ◦ blue 170

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

Shades of Moss Green #B1DCAA

Tints of Moss Green #B1DCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 31.22%
G = 38.8%
B = 29.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#B1DCAA (or 0xB1DCAA) is known color: Moss Green. HEX triplet: B1, DC and AA. RGB value is (177,220,170). Sum of RGB (Red+Green+Blue) = 177+220+170=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCAA is #4E2355. Grayscale: #C9C9C9. Windows color (decimal): -5120854 or 11197617. OLE color: 11197617.

HSL color Cylindrical-coordinate representation of color #B1DCAA: hue angle of 111.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DCAA is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 170 -
CMYK 0.20 0 0.23 0.14
HSL 111.6º 0.42% 0.76% -
HSV(B) 111.6º 0.23% 0.86% -
XYZ 50.98 63.44 47.59 -
YUV 201.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 177 220 170 0.20 0 0.23 0.14 111.6 0.42 0.76
Hex B1 DC AA 14 0 17 E 70 2A 4C
Octal 261 334 252 24 0 27 16 160 52 114
Binary 10110001 11011100 10101010 10100 0 10111 1110 1110000 101010 1001100

Color Harmonies of #B1DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCAA

Black with #B1DCAA

Text Example


Text Example

White with #B1DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCAA; }

 p { color: rgb(177,220,170); }

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

background-color css

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

 a { background-color: rgb(177,220,170); }

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

border-color css

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

 span { border-color: rgb(177,220,170); }

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