#B3BD96

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

Shades of Green Spring #B3BD96

Tints of Green Spring #B3BD96

Color information

#B3BD96 (or 0xB3BD96) is unknown color: approx Green Spring. HEX triplet: B3, BD and 96. RGB value is (179,189,150). Sum of RGB (Red+Green+Blue) = 179+189+150=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD96 is #4C4269. Grayscale: #B5B5B5. Windows color (decimal): -4997738 or 9878963. OLE color: 9878963.

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

Color convert

RGB179189150-
CMYK0.0500.210.26
HSL75.38º22.81%66.47%-
HSV(B)75.38º20.63%74.12%-
XYZ42.2948.1835.92-
YUV181.56110.19126.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=34.56%
G=36.49%
B=28.96%

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
Decimal1791891500.0500.210.2675.3822.8166.47
HexB3BD9650151A4b1742
Octal26327522650253211327102
Binary101100111011110110010110101010101110101001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD96; }

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

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

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

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

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

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

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

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