Html Css Color HEX #B1BF9D Sprout

📋 copy color: '#B1BF9D'

red 177 ◦ green 191 ◦ blue 157

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

Shades of Sprout #B1BF9D

Tints of Sprout #B1BF9D

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 33.71%
G = 36.38%
B = 29.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B1BF9D (or 0xB1BF9D) is known color: Sprout. HEX triplet: B1, BF and 9D. RGB value is (177,191,157). Sum of RGB (Red+Green+Blue) = 177+191+157=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF9D is #4E4062. Grayscale: #B7B7B7. Windows color (decimal): -5128291 or 10338225. OLE color: 10338225.

HSL color Cylindrical-coordinate representation of color #B1BF9D: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1BF9D is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 191 157 -
CMYK 0.07 0 0.18 0.25
HSL 84.71º 0.21% 0.68% -
HSV(B) 84.71º 0.18% 0.75% -
XYZ 42.85 49.04 39.11 -
YUV 182.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 177 191 157 0.07 0 0.18 0.25 84.71 0.21 0.68
Hex B1 BF 9D 7 0 12 19 55 15 44
Octal 261 277 235 7 0 22 31 125 25 104
Binary 10110001 10111111 10011101 111 0 10010 11001 1010101 10101 1000100

Color Harmonies of #B1BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF9D

Black with #B1BF9D

Text Example


Text Example

White with #B1BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF9D; }

 p { color: rgb(177,191,157); }

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

background-color css

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

 a { background-color: rgb(177,191,157); }

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

border-color css

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

 span { border-color: rgb(177,191,157); }

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