#B1B873

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

Shades of Pine Glade #B1B873

Tints of Pine Glade #B1B873

Color information

#B1B873 (or 0xB1B873) is unknown color: approx Pine Glade. HEX triplet: B1, B8 and 73. RGB value is (177,184,115). Sum of RGB (Red+Green+Blue) = 177+184+115=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B873 is #4E478C. Grayscale: #AEAEAE. Windows color (decimal): -5130125 or 7583921. OLE color: 7583921.

HSL color Cylindrical-coordinate representation of color #B1B873: hue angle of 66.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1B873 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB177184115-
CMYK0.0400.380.28
HSL66.09º32.7%58.63%-
HSV(B)66.09º37.5%72.16%-
XYZ38.3744.8722.86-
YUV174.0494.68130.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=37.18%
G=38.66%
B=24.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771841150.0400.380.2866.0932.758.63
HexB1B87340261C42213b
Octal2612701634046341024173
Binary101100011011100011100111000100110111001000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B873; }

 p { color: rgb(177,184,115); }

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

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

 a { background-color: rgb(177,184,115); }

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

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

 span { border-color: rgb(177,184,115); }

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