#B9BD7A

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

Shades of Pine Glade #B9BD7A

Tints of Pine Glade #B9BD7A

Color information

#B9BD7A (or 0xB9BD7A) is unknown color: approx Pine Glade. HEX triplet: B9, BD and 7A. RGB value is (185,189,122). Sum of RGB (Red+Green+Blue) = 185+189+122=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD7A is #464285. Grayscale: #B4B4B4. Windows color (decimal): -4604550 or 8043961. OLE color: 8043961.

HSL color Cylindrical-coordinate representation of color #B9BD7A: hue angle of 63.58º 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 #B9BD7A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB185189122-
CMYK0.0200.350.26
HSL63.58º33.67%60.98%-
HSV(B)63.58º35.45%74.12%-
XYZ41.7248.1125.5-
YUV180.1795.17131.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=37.30%
G=38.10%
B=24.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891220.0200.350.2663.5833.6760.98
HexB9BD7A20231A40223d
Octal2712751722043321004275
Binary10111001101111011111010100100011110101000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD7A; }

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

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

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

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

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

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

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

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