#B0B376

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

Shades of Pine Glade #B0B376

Tints of Pine Glade #B0B376

Color information

#B0B376 (or 0xB0B376) is unknown color: approx Pine Glade. HEX triplet: B0, B3 and 76. RGB value is (176,179,118). Sum of RGB (Red+Green+Blue) = 176+179+118=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B376 is #4F4C89. Grayscale: #ABABAB. Windows color (decimal): -5196938 or 7779248. OLE color: 7779248.

HSL color Cylindrical-coordinate representation of color #B0B376: hue angle of 62.95º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B376 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB176179118-
CMYK0.0200.340.30
HSL62.95º28.64%58.24%-
HSV(B)62.95º34.08%70.2%-
XYZ37.2942.7823.43-
YUV171.1598.01131.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=37.21%
G=37.84%
B=24.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791180.0200.340.3062.9528.6458.24
HexB0B37620221E3f1d3a
Octal260263166204236773572
Binary101100001011001111101101001000101111011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B376; }

 p { color: rgb(176,179,118); }

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

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

 a { background-color: rgb(176,179,118); }

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

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

 span { border-color: rgb(176,179,118); }

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