#B3BD7A

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

Shades of Pine Glade #B3BD7A

Tints of Pine Glade #B3BD7A

Color information

#B3BD7A (or 0xB3BD7A) is unknown color: approx Pine Glade. HEX triplet: B3, BD and 7A. RGB value is (179,189,122). Sum of RGB (Red+Green+Blue) = 179+189+122=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD7A is #4C4285. Grayscale: #B2B2B2. Windows color (decimal): -4997766 or 8043955. OLE color: 8043955.

HSL color Cylindrical-coordinate representation of color #B3BD7A: hue angle of 68.96º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3BD7A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB179189122-
CMYK0.0500.350.26
HSL68.96º33.67%60.98%-
HSV(B)68.96º35.45%74.12%-
XYZ40.347.3825.43-
YUV178.3796.19128.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=36.53%
G=38.57%
B=24.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891220.0500.350.2668.9633.6760.98
HexB3BD7A50231A45223d
Octal2632751725043321054275
Binary101100111011110111110101010100011110101000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD7A; }

 p { color: rgb(179,189,122); }

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

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

 a { background-color: rgb(179,189,122); }

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

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

 span { border-color: rgb(179,189,122); }

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