Html Css Color HEX #B1DFAF Moss Green

📋 copy color: '#B1DFAF'

red 177 ◦ green 223 ◦ blue 175

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

Shades of Moss Green #B1DFAF

Tints of Moss Green #B1DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.78%

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

R = 30.78%
G = 38.78%
B = 30.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B1DFAF (or 0xB1DFAF) is known color: Moss Green. HEX triplet: B1, DF and AF. RGB value is (177,223,175). Sum of RGB (Red+Green+Blue) = 177+223+175=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DFAF is #4E2050. Grayscale: #CBCBCB. Windows color (decimal): -5120081 or 11526065. OLE color: 11526065.

HSL color Cylindrical-coordinate representation of color #B1DFAF: hue angle of 117.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1DFAF is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 175 -
CMYK 0.21 0 0.22 0.13
HSL 117.5º 0.43% 0.78% -
HSV(B) 117.5º 0.22% 0.87% -
XYZ 52.26 65.22 50.39 -
YUV 203.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 177 223 175 0.21 0 0.22 0.13 117.5 0.43 0.78
Hex B1 DF AF 15 0 16 D 76 2B 4E
Octal 261 337 257 25 0 26 15 166 53 116
Binary 10110001 11011111 10101111 10101 0 10110 1101 1110110 101011 1001110

Color Harmonies of #B1DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFAF

Black with #B1DFAF

Text Example


Text Example

White with #B1DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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