#B3BBA0

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

Shades of Green Spring #B3BBA0

Tints of Green Spring #B3BBA0

Color information

#B3BBA0 (or 0xB3BBA0) is unknown color: approx Green Spring. HEX triplet: B3, BB and A0. RGB value is (179,187,160). Sum of RGB (Red+Green+Blue) = 179+187+160=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBA0 is #4C445F. Grayscale: #B5B5B5. Windows color (decimal): -4998240 or 10533811. OLE color: 10533811.

HSL color Cylindrical-coordinate representation of color #B3BBA0: hue angle of 77.78º degrees, saturation: 0.17, 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 #B3BBA0 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB179187160-
CMYK0.0400.140.27
HSL77.78º16.56%68.04%-
HSV(B)77.78º14.44%73.33%-
XYZ42.7147.6640.21-
YUV181.53115.85126.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=34.03%
G=35.55%
B=30.42%

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
Decimal1791871600.0400.140.2777.7816.5668.04
HexB3BBA040E1B4e1144
Octal26327324040163311621104
Binary10110011101110111010000010001110110111001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBA0; }

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

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

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

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

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

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

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

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