#B1BC97

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

Shades of Green Spring #B1BC97

Tints of Green Spring #B1BC97

Color information

#B1BC97 (or 0xB1BC97) is unknown color: approx Green Spring. HEX triplet: B1, BC and 97. RGB value is (177,188,151). Sum of RGB (Red+Green+Blue) = 177+188+151=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC97 is #4E4368. Grayscale: #B4B4B4. Windows color (decimal): -5129065 or 9944241. OLE color: 9944241.

HSL color Cylindrical-coordinate representation of color #B1BC97: hue angle of 77.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BC97 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB177188151-
CMYK0.0600.200.26
HSL77.84º21.64%66.47%-
HSV(B)77.84º19.68%73.73%-
XYZ41.747.5536.26-
YUV180.49111.36125.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=34.30%
G=36.43%
B=29.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881510.0600.200.2677.8421.6466.47
HexB1BC9760141A4e1642
Octal26127422760243211626102
Binary101100011011110010010111110010100110101001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC97; }

 p { color: rgb(177,188,151); }

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

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

 a { background-color: rgb(177,188,151); }

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

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

 span { border-color: rgb(177,188,151); }

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