#B3BA99

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

Shades of Green Spring #B3BA99

Tints of Green Spring #B3BA99

Color information

#B3BA99 (or 0xB3BA99) is unknown color: approx Green Spring. HEX triplet: B3, BA and 99. RGB value is (179,186,153). Sum of RGB (Red+Green+Blue) = 179+186+153=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA99 is #4C4566. Grayscale: #B4B4B4. Windows color (decimal): -4998503 or 10074803. OLE color: 10074803.

HSL color Cylindrical-coordinate representation of color #B3BA99: hue angle of 72.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BA99 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB179186153-
CMYK0.0400.180.27
HSL72.73º19.3%66.47%-
HSV(B)72.73º17.74%72.94%-
XYZ41.94737-
YUV180.14112.68127.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=34.56%
G=35.91%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861530.0400.180.2772.7319.366.47
HexB3BA9940121B491342
Octal26327223140223311123102
Binary101100111011101010011001100010010110111001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA99; }

 p { color: rgb(179,186,153); }

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

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

 a { background-color: rgb(179,186,153); }

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

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

 span { border-color: rgb(179,186,153); }

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