Html Css Color HEX #B1D5AF Moss Green

📋 copy color: '#B1D5AF'

red 177 ◦ green 213 ◦ blue 175

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

Shades of Moss Green #B1D5AF

Tints of Moss Green #B1D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

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

R = 31.33%
G = 37.7%
B = 30.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#B1D5AF (or 0xB1D5AF) is known color: Moss Green. HEX triplet: B1, D5 and AF. RGB value is (177,213,175). Sum of RGB (Red+Green+Blue) = 177+213+175=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D5AF is #4E2A50. Grayscale: #C6C6C6. Windows color (decimal): -5122641 or 11523505. OLE color: 11523505.

HSL color Cylindrical-coordinate representation of color #B1D5AF: hue angle of 116.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D5AF is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 213 175 -
CMYK 0.17 0 0.18 0.16
HSL 116.84º 0.31% 0.76% -
HSV(B) 116.84º 0.18% 0.84% -
XYZ 49.66 60.03 49.53 -
YUV 197.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 177 213 175 0.17 0 0.18 0.16 116.84 0.31 0.76
Hex B1 D5 AF 11 0 12 10 75 1F 4C
Octal 261 325 257 21 0 22 20 165 37 114
Binary 10110001 11010101 10101111 10001 0 10010 10000 1110101 11111 1001100

Color Harmonies of #B1D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D5AF

Black with #B1D5AF

Text Example


Text Example

White with #B1D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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