#B5B37C

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

Shades of Pine Glade #B5B37C

Tints of Pine Glade #B5B37C

Color information

#B5B37C (or 0xB5B37C) is unknown color: approx Pine Glade. HEX triplet: B5, B3 and 7C. RGB value is (181,179,124). Sum of RGB (Red+Green+Blue) = 181+179+124=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B37C is #4A4C83. Grayscale: #ADADAD. Windows color (decimal): -4869252 or 8172469. OLE color: 8172469.

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

Color convert

RGB181179124-
CMYK00.010.310.29
HSL57.89º27.8%59.8%-
HSV(B)57.89º31.49%70.98%-
XYZ38.8143.5225.42-
YUV173.33100.16133.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=37.40%
G=36.98%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117912400.010.310.2957.8927.859.8
HexB5B37C011F1D3a1c3c
Octal265263174013735723474
Binary1011010110110011111110001111111110111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B37C; }

 p { color: rgb(181,179,124); }

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

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

 a { background-color: rgb(181,179,124); }

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

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

 span { border-color: rgb(181,179,124); }

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