#B2B677

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

Shades of Pine Glade #B2B677

Tints of Pine Glade #B2B677

Color information

#B2B677 (or 0xB2B677) is unknown color: approx Pine Glade. HEX triplet: B2, B6 and 77. RGB value is (178,182,119). Sum of RGB (Red+Green+Blue) = 178+182+119=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B677 is #4D4988. Grayscale: #ADADAD. Windows color (decimal): -5065097 or 7845554. OLE color: 7845554.

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

Color convert

RGB178182119-
CMYK0.0200.350.29
HSL63.81º30.14%59.02%-
HSV(B)63.81º34.62%71.37%-
XYZ38.4244.2523.97-
YUV173.6297.17131.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=37.16%
G=38.00%
B=24.84%

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
Decimal1781821190.0200.350.2963.8130.1459.02
HexB2B67720231D401e3b
Octal2622661672043351003673
Binary1011001010110110111011110010001111101100000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B677; }

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

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

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

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

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

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

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

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