#B9BD8A

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

Shades of Pine Glade #B9BD8A

Tints of Pine Glade #B9BD8A

Color information

#B9BD8A (or 0xB9BD8A) is unknown color: approx Pine Glade. HEX triplet: B9, BD and 8A. RGB value is (185,189,138). Sum of RGB (Red+Green+Blue) = 185+189+138=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD8A is #464275. Grayscale: #B6B6B6. Windows color (decimal): -4604534 or 9092537. OLE color: 9092537.

HSL color Cylindrical-coordinate representation of color #B9BD8A: hue angle of 64.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9BD8A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB185189138-
CMYK0.0200.270.26
HSL64.71º27.87%64.12%-
HSV(B)64.71º26.98%74.12%-
XYZ42.7948.5431.16-
YUV181.99103.17130.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=36.13%
G=36.91%
B=26.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891380.0200.270.2664.7127.8764.12
HexB9BD8A201B1A411c40
Octal27127521220333210134100
Binary10111001101111011000101010011011110101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD8A; }

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

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

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

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

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

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

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

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