#B1B677

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

Shades of Pine Glade #B1B677

Tints of Pine Glade #B1B677

Color information

#B1B677 (or 0xB1B677) is unknown color: approx Pine Glade. HEX triplet: B1, B6 and 77. RGB value is (177,182,119). Sum of RGB (Red+Green+Blue) = 177+182+119=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B677 is #4E4988. Grayscale: #ADADAD. Windows color (decimal): -5130633 or 7845553. OLE color: 7845553.

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

Color convert

RGB177182119-
CMYK0.0300.350.29
HSL64.76º30.14%59.02%-
HSV(B)64.76º34.62%71.37%-
XYZ38.1944.1323.96-
YUV173.3297.34130.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=37.03%
G=38.08%
B=24.90%

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
Decimal1771821190.0300.350.2964.7630.1459.02
HexB1B67730231D411e3b
Octal2612661673043351013673
Binary1011000110110110111011111010001111101100000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B677; }

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

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

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

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

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

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

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

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