#B9BF86

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

Shades of Pine Glade #B9BF86

Tints of Pine Glade #B9BF86

Color information

#B9BF86 (or 0xB9BF86) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 86. RGB value is (185,191,134). Sum of RGB (Red+Green+Blue) = 185+191+134=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF86 is #464079. Grayscale: #B6B6B6. Windows color (decimal): -4604026 or 8830905. OLE color: 8830905.

HSL color Cylindrical-coordinate representation of color #B9BF86: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9BF86 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB185191134-
CMYK0.0300.300.25
HSL66.32º30.81%63.73%-
HSV(B)66.32º29.84%74.9%-
XYZ42.9449.329.81-
YUV182.71100.51129.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=36.27%
G=37.45%
B=26.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911340.0300.300.2566.3230.8163.73
HexB9BF86301E19421f40
Octal27127720630363110237100
Binary10111001101111111000011011011110110011000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF86; }

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

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

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

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

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

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

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

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