#B3BA80

Color #B3BA80 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B3BA80

Tints of Pine Glade #B3BA80

Color information

#B3BA80 (or 0xB3BA80) is unknown color: approx Pine Glade. HEX triplet: B3, BA and 80. RGB value is (179,186,128). Sum of RGB (Red+Green+Blue) = 179+186+128=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA80 is #4C457F. Grayscale: #B1B1B1. Windows color (decimal): -4998528 or 8436403. OLE color: 8436403.

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

Color convert

RGB179186128-
CMYK0.0400.310.27
HSL67.24º29.59%61.57%-
HSV(B)67.24º31.18%72.94%-
XYZ40.0546.2627.24-
YUV177.3100.18129.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=36.31%
G=37.73%
B=25.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861280.0400.310.2767.2429.5961.57
HexB3BA80401F1B431e3e
Octal2632722004037331033676
Binary10110011101110101000000010001111111011100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA80; }

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

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

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

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

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

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

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

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