#B3BA81

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

Shades of Pine Glade #B3BA81

Tints of Pine Glade #B3BA81

Color information

#B3BA81 (or 0xB3BA81) is unknown color: approx Pine Glade. HEX triplet: B3, BA and 81. RGB value is (179,186,129). Sum of RGB (Red+Green+Blue) = 179+186+129=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA81 is #4C457E. Grayscale: #B1B1B1. Windows color (decimal): -4998527 or 8501939. OLE color: 8501939.

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

Color convert

RGB179186129-
CMYK0.0400.310.27
HSL67.37º29.23%61.76%-
HSV(B)67.37º30.65%72.94%-
XYZ40.1146.2927.59-
YUV177.41100.68129.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=36.23%
G=37.65%
B=26.11%

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
Decimal1791861290.0400.310.2767.3729.2361.76
HexB3BA81401F1B431d3e
Octal2632722014037331033576
Binary10110011101110101000000110001111111011100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA81; }

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

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

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

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

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

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

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

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