Html Css Color HEX #B1DBAF Moss Green

📋 copy color: '#B1DBAF'

red 177 ◦ green 219 ◦ blue 175

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

Shades of Moss Green #B1DBAF

Tints of Moss Green #B1DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 31%
G = 38.35%
B = 30.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#B1DBAF (or 0xB1DBAF) is known color: Moss Green. HEX triplet: B1, DB and AF. RGB value is (177,219,175). Sum of RGB (Red+Green+Blue) = 177+219+175=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DBAF is #4E2450. Grayscale: #C9C9C9. Windows color (decimal): -5121105 or 11525041. OLE color: 11525041.

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

Color convert

RGB 177 219 175 -
CMYK 0.19 0 0.20 0.14
HSL 117.27º 0.38% 0.77% -
HSV(B) 117.27º 0.2% 0.86% -
XYZ 51.2 63.11 50.04 -
YUV 201.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 177 219 175 0.19 0 0.20 0.14 117.27 0.38 0.77
Hex B1 DB AF 13 0 14 E 75 26 4D
Octal 261 333 257 23 0 24 16 165 46 115
Binary 10110001 11011011 10101111 10011 0 10100 1110 1110101 100110 1001101

Color Harmonies of #B1DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBAF

Black with #B1DBAF

Text Example


Text Example

White with #B1DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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