#B3BB9F

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

Shades of Green Spring #B3BB9F

Tints of Green Spring #B3BB9F

Color information

#B3BB9F (or 0xB3BB9F) is unknown color: approx Green Spring. HEX triplet: B3, BB and 9F. RGB value is (179,187,159). Sum of RGB (Red+Green+Blue) = 179+187+159=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB9F is #4C4460. Grayscale: #B5B5B5. Windows color (decimal): -4998241 or 10468275. OLE color: 10468275.

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

Color convert

RGB179187159-
CMYK0.0400.150.27
HSL77.14º17.07%67.84%-
HSV(B)77.14º14.97%73.33%-
XYZ42.6247.6339.75-
YUV181.42115.35126.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=34.10%
G=35.62%
B=30.29%

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
Decimal1791871590.0400.150.2777.1417.0767.84
HexB3BB9F40F1B4d1144
Octal26327323740173311521104
Binary10110011101110111001111110001111110111001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB9F; }

 p { color: rgb(179,187,159); }

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

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

 a { background-color: rgb(179,187,159); }

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

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

 span { border-color: rgb(179,187,159); }

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