#B9BF8A

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

Shades of Pine Glade #B9BF8A

Tints of Pine Glade #B9BF8A

Color information

#B9BF8A (or 0xB9BF8A) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 8A. RGB value is (185,191,138). Sum of RGB (Red+Green+Blue) = 185+191+138=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF8A is #464075. Grayscale: #B7B7B7. Windows color (decimal): -4604022 or 9093049. OLE color: 9093049.

HSL color Cylindrical-coordinate representation of color #B9BF8A: hue angle of 66.79º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9BF8A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB185191138-
CMYK0.0300.280.25
HSL66.79º29.28%64.51%-
HSV(B)66.79º27.75%74.9%-
XYZ43.2349.4131.3-
YUV183.16102.51129.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=35.99%
G=37.16%
B=26.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911380.0300.280.2566.7929.2864.51
HexB9BF8A301C19431d41
Octal27127721230343110335101
Binary10111001101111111000101011011100110011000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF8A; }

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

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

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

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

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

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

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

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