Html Css Color HEX #B1BF9B Sprout

📋 copy color: '#B1BF9B'

red 177 ◦ green 191 ◦ blue 155

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

Shades of Sprout #B1BF9B

Tints of Sprout #B1BF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 33.84%
G = 36.52%
B = 29.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B1BF9B (or 0xB1BF9B) is known color: Sprout. HEX triplet: B1, BF and 9B. RGB value is (177,191,155). Sum of RGB (Red+Green+Blue) = 177+191+155=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF9B is #4E4064. Grayscale: #B6B6B6. Windows color (decimal): -5128293 or 10207153. OLE color: 10207153.

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

Color convert

RGB 177 191 155 -
CMYK 0.07 0 0.19 0.25
HSL 83.33º 0.22% 0.68% -
HSV(B) 83.33º 0.19% 0.75% -
XYZ 42.68 48.98 38.21 -
YUV 182.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 177 191 155 0.07 0 0.19 0.25 83.33 0.22 0.68
Hex B1 BF 9B 7 0 13 19 53 16 44
Octal 261 277 233 7 0 23 31 123 26 104
Binary 10110001 10111111 10011011 111 0 10011 11001 1010011 10110 1000100

Color Harmonies of #B1BF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF9B

Black with #B1BF9B

Text Example


Text Example

White with #B1BF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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