#B3BC96

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

Shades of Green Spring #B3BC96

Tints of Green Spring #B3BC96

Color information

#B3BC96 (or 0xB3BC96) is unknown color: approx Green Spring. HEX triplet: B3, BC and 96. RGB value is (179,188,150). Sum of RGB (Red+Green+Blue) = 179+188+150=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC96 is #4C4369. Grayscale: #B5B5B5. Windows color (decimal): -4997994 or 9878707. OLE color: 9878707.

HSL color Cylindrical-coordinate representation of color #B3BC96: hue angle of 74.21º 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 #B3BC96 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB179188150-
CMYK0.0500.200.26
HSL74.21º22.09%66.27%-
HSV(B)74.21º20.21%73.73%-
XYZ42.0847.7535.85-
YUV180.98110.52126.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=34.62%
G=36.36%
B=29.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881500.0500.200.2674.2122.0966.27
HexB3BC9650141A4a1642
Octal26327422650243211226102
Binary101100111011110010010110101010100110101001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC96; }

 p { color: rgb(179,188,150); }

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

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

 a { background-color: rgb(179,188,150); }

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

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

 span { border-color: rgb(179,188,150); }

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