#B0B676

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

Shades of Pine Glade #B0B676

Tints of Pine Glade #B0B676

Color information

#B0B676 (or 0xB0B676) is unknown color: approx Pine Glade. HEX triplet: B0, B6 and 76. RGB value is (176,182,118). Sum of RGB (Red+Green+Blue) = 176+182+118=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B676 is #4F4989. Grayscale: #ADADAD. Windows color (decimal): -5196170 or 7780016. OLE color: 7780016.

HSL color Cylindrical-coordinate representation of color #B0B676: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0B676 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB176182118-
CMYK0.0300.350.29
HSL65.62º30.48%58.82%-
HSV(B)65.62º35.16%71.37%-
XYZ37.943.9923.63-
YUV172.9197.01130.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=36.97%
G=38.24%
B=24.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821180.0300.350.2965.6230.4858.82
HexB0B67630231D421e3b
Octal2602661663043351023673
Binary1011000010110110111011011010001111101100001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B676; }

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

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

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

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

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

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

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

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