Html Css Color HEX #B1DBAC Moss Green

📋 copy color: '#B1DBAC'

red 177 ◦ green 219 ◦ blue 172

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

Shades of Moss Green #B1DBAC

Tints of Moss Green #B1DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.56%

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

R = 31.16%
G = 38.56%
B = 30.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#B1DBAC (or 0xB1DBAC) is known color: Moss Green. HEX triplet: B1, DB and AC. RGB value is (177,219,172). Sum of RGB (Red+Green+Blue) = 177+219+172=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DBAC is #4E2453. Grayscale: #C9C9C9. Windows color (decimal): -5121108 or 11328433. OLE color: 11328433.

HSL color Cylindrical-coordinate representation of color #B1DBAC: hue angle of 113.62º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DBAC is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 172 -
CMYK 0.19 0 0.21 0.14
HSL 113.62º 0.39% 0.77% -
HSV(B) 113.62º 0.21% 0.86% -
XYZ 50.91 62.99 48.5 -
YUV 201.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 177 219 172 0.19 0 0.21 0.14 113.62 0.39 0.77
Hex B1 DB AC 13 0 15 E 72 27 4D
Octal 261 333 254 23 0 25 16 162 47 115
Binary 10110001 11011011 10101100 10011 0 10101 1110 1110010 100111 1001101

Color Harmonies of #B1DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBAC

Black with #B1DBAC

Text Example


Text Example

White with #B1DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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