Html Css Color HEX #B1BF9C Sprout

📋 copy color: '#B1BF9C'

red 177 ◦ green 191 ◦ blue 156

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

Shades of Sprout #B1BF9C

Tints of Sprout #B1BF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 33.78%
G = 36.45%
B = 29.77%

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

#B1BF9C (or 0xB1BF9C) is known color: Sprout. HEX triplet: B1, BF and 9C. RGB value is (177,191,156). Sum of RGB (Red+Green+Blue) = 177+191+156=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF9C is #4E4063. Grayscale: #B6B6B6. Windows color (decimal): -5128292 or 10272689. OLE color: 10272689.

HSL color Cylindrical-coordinate representation of color #B1BF9C: hue angle of 84º 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 #B1BF9C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 191 156 -
CMYK 0.07 0 0.18 0.25
HSL 84º 0.21% 0.68% -
HSV(B) 84º 0.18% 0.75% -
XYZ 42.76 49.01 38.66 -
YUV 182.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 177 191 156 0.07 0 0.18 0.25 84 0.21 0.68
Hex B1 BF 9C 7 0 12 19 54 15 44
Octal 261 277 234 7 0 22 31 124 25 104
Binary 10110001 10111111 10011100 111 0 10010 11001 1010100 10101 1000100

Color Harmonies of #B1BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF9C

Black with #B1BF9C

Text Example


Text Example

White with #B1BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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