#B3BC95

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

Shades of Green Spring #B3BC95

Tints of Green Spring #B3BC95

Color information

#B3BC95 (or 0xB3BC95) is unknown color: approx Green Spring. HEX triplet: B3, BC and 95. RGB value is (179,188,149). Sum of RGB (Red+Green+Blue) = 179+188+149=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC95 is #4C436A. Grayscale: #B5B5B5. Windows color (decimal): -4997995 or 9813171. OLE color: 9813171.

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

Color convert

RGB179188149-
CMYK0.0500.210.26
HSL73.85º22.54%66.08%-
HSV(B)73.85º20.74%73.73%-
XYZ4247.7235.43-
YUV180.86110.02126.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=34.69%
G=36.43%
B=28.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881490.0500.210.2673.8522.5466.08
HexB3BC9550151A4a1742
Octal26327422550253211227102
Binary101100111011110010010101101010101110101001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC95; }

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

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

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

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

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

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

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

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