Html Css Color HEX #B1DCAC Moss Green

📋 copy color: '#B1DCAC'

red 177 ◦ green 220 ◦ blue 172

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

Shades of Moss Green #B1DCAC

Tints of Moss Green #B1DCAC

RGB

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

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

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

R = 31.11%
G = 38.66%
B = 30.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B1DCAC (or 0xB1DCAC) is known color: Moss Green. HEX triplet: B1, DC and AC. RGB value is (177,220,172). Sum of RGB (Red+Green+Blue) = 177+220+172=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCAC is #4E2353. Grayscale: #C9C9C9. Windows color (decimal): -5120852 or 11328689. OLE color: 11328689.

HSL color Cylindrical-coordinate representation of color #B1DCAC: hue angle of 113.75º 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 #B1DCAC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 172 -
CMYK 0.20 0 0.22 0.14
HSL 113.75º 0.41% 0.77% -
HSV(B) 113.75º 0.22% 0.86% -
XYZ 51.17 63.51 48.59 -
YUV 201.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 177 220 172 0.20 0 0.22 0.14 113.75 0.41 0.77
Hex B1 DC AC 14 0 16 E 72 29 4D
Octal 261 334 254 24 0 26 16 162 51 115
Binary 10110001 11011100 10101100 10100 0 10110 1110 1110010 101001 1001101

Color Harmonies of #B1DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCAC

Black with #B1DCAC

Text Example


Text Example

White with #B1DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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