#B1BC94

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

Shades of Green Spring #B1BC94

Tints of Green Spring #B1BC94

Color information

#B1BC94 (or 0xB1BC94) is unknown color: approx Green Spring. HEX triplet: B1, BC and 94. RGB value is (177,188,148). Sum of RGB (Red+Green+Blue) = 177+188+148=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC94 is #4E436B. Grayscale: #B4B4B4. Windows color (decimal): -5129068 or 9747633. OLE color: 9747633.

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

Color convert

RGB177188148-
CMYK0.0600.210.26
HSL76.5º22.99%65.88%-
HSV(B)76.5º21.28%73.73%-
XYZ41.4647.4534.99-
YUV180.15109.86125.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=34.50%
G=36.65%
B=28.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881480.0600.210.2676.522.9965.88
HexB1BC9460151A4c1742
Octal26127422460253211427102
Binary101100011011110010010100110010101110101001100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC94; }

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

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

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

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

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

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

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

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