#B3B9A1

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

Shades of Green Spring #B3B9A1

Tints of Green Spring #B3B9A1

Color information

#B3B9A1 (or 0xB3B9A1) is unknown color: approx Green Spring. HEX triplet: B3, B9 and A1. RGB value is (179,185,161). Sum of RGB (Red+Green+Blue) = 179+185+161=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B9A1 is #4C465E. Grayscale: #B4B4B4. Windows color (decimal): -4998751 or 10598835. OLE color: 10598835.

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

Color convert

RGB179185161-
CMYK0.0300.130.27
HSL75º14.63%67.84%-
HSV(B)75º12.97%72.55%-
XYZ42.3746.8540.53-
YUV180.47117.01126.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=34.10%
G=35.24%
B=30.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851610.0300.130.277514.6367.84
HexB3B9A130D1B4bf44
Octal26327124130153311317104
Binary101100111011100110100001110110111011100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9A1; }

 p { color: rgb(179,185,161); }

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

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

 a { background-color: rgb(179,185,161); }

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

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

 span { border-color: rgb(179,185,161); }

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