#B1B37C

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

Shades of Pine Glade #B1B37C

Tints of Pine Glade #B1B37C

Color information

#B1B37C (or 0xB1B37C) is unknown color: approx Pine Glade. HEX triplet: B1, B3 and 7C. RGB value is (177,179,124). Sum of RGB (Red+Green+Blue) = 177+179+124=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B37C is #4E4C83. Grayscale: #ACACAC. Windows color (decimal): -5131396 or 8172465. OLE color: 8172465.

HSL color Cylindrical-coordinate representation of color #B1B37C: hue angle of 62.18º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1B37C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB177179124-
CMYK0.0100.310.30
HSL62.18º26.57%59.41%-
HSV(B)62.18º30.73%70.2%-
XYZ37.8943.0425.38-
YUV172.13100.84131.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=36.88%
G=37.29%
B=25.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771791240.0100.310.3062.1826.5759.41
HexB1B37C101F1E3e1b3b
Octal261263174103736763373
Binary1011000110110011111110010111111111011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B37C; }

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

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

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

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

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

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

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

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