#B9B980

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

Shades of Pine Glade #B9B980

Tints of Pine Glade #B9B980

Color information

#B9B980 (or 0xB9B980) is unknown color: approx Pine Glade. HEX triplet: B9, B9 and 80. RGB value is (185,185,128). Sum of RGB (Red+Green+Blue) = 185+185+128=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B980 is #46467F. Grayscale: #B2B2B2. Windows color (decimal): -4605568 or 8436153. OLE color: 8436153.

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

Color convert

RGB185185128-
CMYK000.310.27
HSL60º28.93%61.37%-
HSV(B)60º30.81%72.55%-
XYZ41.2546.5727.24-
YUV178.599.5132.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=37.15%
G=37.15%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185128000.310.276028.9361.37
HexB9B980001F1B3c1d3d
Octal271271200003733743575
Binary10111001101110011000000000111111101111110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B980; }

 p { color: rgb(185,185,128); }

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

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

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

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

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

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

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