#B9B77C

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

Shades of Pine Glade #B9B77C

Tints of Pine Glade #B9B77C

Color information

#B9B77C (or 0xB9B77C) is unknown color: approx Pine Glade. HEX triplet: B9, B7 and 7C. RGB value is (185,183,124). Sum of RGB (Red+Green+Blue) = 185+183+124=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B77C is #464883. Grayscale: #B1B1B1. Windows color (decimal): -4606084 or 8173497. OLE color: 8173497.

HSL color Cylindrical-coordinate representation of color #B9B77C: hue angle of 58.03º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9B77C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB185183124-
CMYK00.010.330.27
HSL58.03º30.35%60.59%-
HSV(B)58.03º32.97%72.55%-
XYZ40.5845.6425.74-
YUV176.8798.16133.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=37.60%
G=37.20%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518312400.010.330.2758.0330.3560.59
HexB9B77C01211B3a1e3d
Octal271267174014133723675
Binary10111001101101111111100011000011101111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B77C; }

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

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

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

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

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

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

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

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