#B5B676

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

Shades of Pine Glade #B5B676

Tints of Pine Glade #B5B676

Color information

#B5B676 (or 0xB5B676) is unknown color: approx Pine Glade. HEX triplet: B5, B6 and 76. RGB value is (181,182,118). Sum of RGB (Red+Green+Blue) = 181+182+118=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B676 is #4A4989. Grayscale: #AEAEAE. Windows color (decimal): -4868490 or 7780021. OLE color: 7780021.

HSL color Cylindrical-coordinate representation of color #B5B676: hue angle of 60.94º 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 #B5B676 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181182118-
CMYK0.0100.350.29
HSL60.94º30.48%58.82%-
HSV(B)60.94º35.16%71.37%-
XYZ39.0544.5923.69-
YUV174.496.17132.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=37.63%
G=37.84%
B=24.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821180.0100.350.2960.9430.4858.82
HexB5B67610231D3d1e3b
Octal265266166104335753673
Binary10110101101101101110110101000111110111110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B676; }

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

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

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

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

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

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

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

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