#B1B877

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

Shades of Pine Glade #B1B877

Tints of Pine Glade #B1B877

Color information

#B1B877 (or 0xB1B877) is unknown color: approx Pine Glade. HEX triplet: B1, B8 and 77. RGB value is (177,184,119). Sum of RGB (Red+Green+Blue) = 177+184+119=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B877 is #4E4788. Grayscale: #AEAEAE. Windows color (decimal): -5130121 or 7846065. OLE color: 7846065.

HSL color Cylindrical-coordinate representation of color #B1B877: hue angle of 66.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1B877 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB177184119-
CMYK0.0400.350.28
HSL66.46º31.4%59.41%-
HSV(B)66.46º35.33%72.16%-
XYZ38.644.9624.1-
YUV174.596.68129.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=36.88%
G=38.33%
B=24.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771841190.0400.350.2866.4631.459.41
HexB1B87740231C421f3b
Octal2612701674043341023773
Binary10110001101110001110111100010001111100100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B877; }

 p { color: rgb(177,184,119); }

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

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

 a { background-color: rgb(177,184,119); }

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

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

 span { border-color: rgb(177,184,119); }

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