#B2B477

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

Shades of Pine Glade #B2B477

Tints of Pine Glade #B2B477

Color information

#B2B477 (or 0xB2B477) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 77. RGB value is (178,180,119). Sum of RGB (Red+Green+Blue) = 178+180+119=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B477 is #4D4B88. Grayscale: #ACACAC. Windows color (decimal): -5065609 or 7845042. OLE color: 7845042.

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

Color convert

RGB178180119-
CMYK0.0100.340.29
HSL61.97º28.91%58.63%-
HSV(B)61.97º33.89%70.59%-
XYZ38.0143.4423.83-
YUV172.4597.84131.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=37.32%
G=37.74%
B=24.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801190.0100.340.2961.9728.9158.63
HexB2B47710221D3e1d3b
Octal262264167104235763573
Binary10110010101101001110111101000101110111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B477; }

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

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

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

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

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

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

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

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