#B9BF85

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

Shades of Pine Glade #B9BF85

Tints of Pine Glade #B9BF85

Color information

#B9BF85 (or 0xB9BF85) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 85. RGB value is (185,191,133). Sum of RGB (Red+Green+Blue) = 185+191+133=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF85 is #46407A. Grayscale: #B6B6B6. Windows color (decimal): -4604027 or 8765369. OLE color: 8765369.

HSL color Cylindrical-coordinate representation of color #B9BF85: hue angle of 66.21º 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 #B9BF85 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB185191133-
CMYK0.0300.300.25
HSL66.21º31.18%63.53%-
HSV(B)66.21º30.37%74.9%-
XYZ42.8749.2729.44-
YUV182.59100.01129.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=36.35%
G=37.52%
B=26.13%

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
Decimal1851911330.0300.300.2566.2131.1863.53
HexB9BF85301E19421f40
Octal27127720530363110237100
Binary10111001101111111000010111011110110011000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF85; }

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

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

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

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

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

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

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

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