#B9BF7C

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

Shades of Pine Glade #B9BF7C

Tints of Pine Glade #B9BF7C

Color information

#B9BF7C (or 0xB9BF7C) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 7C. RGB value is (185,191,124). Sum of RGB (Red+Green+Blue) = 185+191+124=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF7C is #464083. Grayscale: #B5B5B5. Windows color (decimal): -4604036 or 8175545. OLE color: 8175545.

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

Color convert

RGB185191124-
CMYK0.0300.350.25
HSL65.37º34.36%61.76%-
HSV(B)65.37º35.08%74.9%-
XYZ42.2849.0326.3-
YUV181.5795.51130.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 124 (48.83% from 255) = 24.8%
R=37%
G=38.2%
B=24.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911240.0300.350.2565.3734.3661.76
HexB9BF7C30231941223e
Octal2712771743043311014276
Binary10111001101111111111100110100011110011000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF7C; }

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

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

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

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

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

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

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

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