#B3B677

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

Shades of Pine Glade #B3B677

Tints of Pine Glade #B3B677

Color information

#B3B677 (or 0xB3B677) is unknown color: approx Pine Glade. HEX triplet: B3, B6 and 77. RGB value is (179,182,119). Sum of RGB (Red+Green+Blue) = 179+182+119=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B677 is #4C4988. Grayscale: #AEAEAE. Windows color (decimal): -4999561 or 7845555. OLE color: 7845555.

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

Color convert

RGB179182119-
CMYK0.0200.350.29
HSL62.86º30.14%59.02%-
HSV(B)62.86º34.62%71.37%-
XYZ38.6544.3723.98-
YUV173.9297.01131.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=37.29%
G=37.92%
B=24.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791821190.0200.350.2962.8630.1459.02
HexB3B67720231D3f1e3b
Octal263266167204335773673
Binary101100111011011011101111001000111110111111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B677; }

 p { color: rgb(179,182,119); }

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

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

 a { background-color: rgb(179,182,119); }

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

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

 span { border-color: rgb(179,182,119); }

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