#B2B47A

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

Shades of Pine Glade #B2B47A

Tints of Pine Glade #B2B47A

Color information

#B2B47A (or 0xB2B47A) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 7A. RGB value is (178,180,122). Sum of RGB (Red+Green+Blue) = 178+180+122=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B47A is #4D4B85. Grayscale: #ADADAD. Windows color (decimal): -5065606 or 8041650. OLE color: 8041650.

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

Color convert

RGB178180122-
CMYK0.0100.320.29
HSL62.07º27.88%59.22%-
HSV(B)62.07º32.22%70.59%-
XYZ38.1943.5124.8-
YUV172.7999.34131.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=37.08%
G=37.5%
B=25.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801220.0100.320.2962.0727.8859.22
HexB2B47A10201D3e1c3b
Octal262264172104035763473
Binary10110010101101001111010101000001110111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B47A; }

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

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

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

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

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

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

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

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