#B1BF95

Color #B1BF95 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B1BF95

Tints of Sprout #B1BF95

Color information

#B1BF95 (or 0xB1BF95) is unknown color: approx Sprout. HEX triplet: B1, BF and 95. RGB value is (177,191,149). Sum of RGB (Red+Green+Blue) = 177+191+149=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF95 is #4E406A. Grayscale: #B6B6B6. Windows color (decimal): -5128299 or 9813937. OLE color: 9813937.

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

Color convert

RGB177191149-
CMYK0.0700.220.25
HSL80º24.71%66.67%-
HSV(B)80º21.99%74.9%-
XYZ42.1948.7835.63-
YUV182.03109.36124.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=34.24%
G=36.94%
B=28.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911490.0700.220.258024.7166.67
HexB1BF95701619501943
Octal26127722570263112031103
Binary101100011011111110010101111010110110011010000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF95; }

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

 H1.HeaderClassName
 {
   color: #B1BF95;
 }
 .AnyTagClassName
 {
   color: #B1BF95;
 }
</style>
background-color css

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

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

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

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

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

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