#B1BC92

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

Shades of Green Spring #B1BC92

Tints of Green Spring #B1BC92

Color information

#B1BC92 (or 0xB1BC92) is unknown color: approx Green Spring. HEX triplet: B1, BC and 92. RGB value is (177,188,146). Sum of RGB (Red+Green+Blue) = 177+188+146=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC92 is #4E436D. Grayscale: #B4B4B4. Windows color (decimal): -5129070 or 9616561. OLE color: 9616561.

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

Color convert

RGB177188146-
CMYK0.0600.220.26
HSL75.71º23.86%65.49%-
HSV(B)75.71º22.34%73.73%-
XYZ41.347.3934.16-
YUV179.92108.86125.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=34.64%
G=36.79%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881460.0600.220.2675.7123.8665.49
HexB1BC9260161A4c1841
Octal26127422260263211430101
Binary101100011011110010010010110010110110101001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC92; }

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

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

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

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

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

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

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

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