#B3BAA0

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

Shades of Green Spring #B3BAA0

Tints of Green Spring #B3BAA0

Color information

#B3BAA0 (or 0xB3BAA0) is unknown color: approx Green Spring. HEX triplet: B3, BA and A0. RGB value is (179,186,160). Sum of RGB (Red+Green+Blue) = 179+186+160=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA0 is #4C455F. Grayscale: #B5B5B5. Windows color (decimal): -4998496 or 10533555. OLE color: 10533555.

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

Color convert

RGB179186160-
CMYK0.0400.140.27
HSL76.15º15.85%67.84%-
HSV(B)76.15º13.98%72.94%-
XYZ42.4947.2440.14-
YUV180.94116.18126.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=34.10%
G=35.43%
B=30.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861600.0400.140.2776.1515.8567.84
HexB3BAA040E1B4c1044
Octal26327224040163311420104
Binary10110011101110101010000010001110110111001100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAA0; }

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

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

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

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

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

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

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

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