#B0B879

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

Shades of Pine Glade #B0B879

Tints of Pine Glade #B0B879

Color information

#B0B879 (or 0xB0B879) is unknown color: approx Pine Glade. HEX triplet: B0, B8 and 79. RGB value is (176,184,121). Sum of RGB (Red+Green+Blue) = 176+184+121=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B879 is #4F4786. Grayscale: #AEAEAE. Windows color (decimal): -5195655 or 7977136. OLE color: 7977136.

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

Color convert

RGB176184121-
CMYK0.0400.340.28
HSL67.62º30.73%59.8%-
HSV(B)67.62º34.24%72.16%-
XYZ38.544.8924.73-
YUV174.4397.85129.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=36.59%
G=38.25%
B=25.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841210.0400.340.2867.6230.7359.8
HexB0B87940221C441f3c
Octal2602701714042341043774
Binary10110000101110001111001100010001011100100010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B879; }

 p { color: rgb(176,184,121); }

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

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

 a { background-color: rgb(176,184,121); }

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

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

 span { border-color: rgb(176,184,121); }

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