#B3BD95

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

Shades of Green Spring #B3BD95

Tints of Green Spring #B3BD95

Color information

#B3BD95 (or 0xB3BD95) is unknown color: approx Green Spring. HEX triplet: B3, BD and 95. RGB value is (179,189,149). Sum of RGB (Red+Green+Blue) = 179+189+149=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD95 is #4C426A. Grayscale: #B5B5B5. Windows color (decimal): -4997739 or 9813427. OLE color: 9813427.

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

Color convert

RGB179189149-
CMYK0.0500.210.26
HSL75º23.26%66.27%-
HSV(B)75º21.16%74.12%-
XYZ42.2148.1535.5-
YUV181.45109.69126.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=34.62%
G=36.56%
B=28.82%

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
Decimal1791891490.0500.210.267523.2666.27
HexB3BD9550151A4b1742
Octal26327522550253211327102
Binary101100111011110110010101101010101110101001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD95; }

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

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

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

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

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

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

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

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