#B3BA9E

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

Shades of Green Spring #B3BA9E

Tints of Green Spring #B3BA9E

Color information

#B3BA9E (or 0xB3BA9E) is unknown color: approx Green Spring. HEX triplet: B3, BA and 9E. RGB value is (179,186,158). Sum of RGB (Red+Green+Blue) = 179+186+158=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA9E is #4C4561. Grayscale: #B4B4B4. Windows color (decimal): -4998498 or 10402483. OLE color: 10402483.

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

Color convert

RGB179186158-
CMYK0.0400.150.27
HSL75º16.87%67.45%-
HSV(B)75º15.05%72.94%-
XYZ42.3247.1739.22-
YUV180.71115.18126.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=34.23%
G=35.56%
B=30.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861580.0400.150.277516.8767.45
HexB3BA9E40F1B4b1143
Octal26327223640173311321103
Binary10110011101110101001111010001111110111001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA9E; }

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

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

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

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

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

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

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

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