#B1BC99

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

Shades of Green Spring #B1BC99

Tints of Green Spring #B1BC99

Color information

#B1BC99 (or 0xB1BC99) is unknown color: approx Green Spring. HEX triplet: B1, BC and 99. RGB value is (177,188,153). Sum of RGB (Red+Green+Blue) = 177+188+153=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC99 is #4E4366. Grayscale: #B4B4B4. Windows color (decimal): -5129063 or 10075313. OLE color: 10075313.

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

Color convert

RGB177188153-
CMYK0.0600.190.26
HSL78.86º20.71%66.86%-
HSV(B)78.86º18.62%73.73%-
XYZ41.8647.6137.12-
YUV180.72112.36125.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=34.17%
G=36.29%
B=29.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881530.0600.190.2678.8620.7166.86
HexB1BC9960131A4f1543
Octal26127423160233211725103
Binary101100011011110010011001110010011110101001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC99; }

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

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

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

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

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

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

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

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