#B0B57C

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

Shades of Pine Glade #B0B57C

Tints of Pine Glade #B0B57C

Color information

#B0B57C (or 0xB0B57C) is unknown color: approx Pine Glade. HEX triplet: B0, B5 and 7C. RGB value is (176,181,124). Sum of RGB (Red+Green+Blue) = 176+181+124=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B57C is #4F4A83. Grayscale: #ADADAD. Windows color (decimal): -5196420 or 8172976. OLE color: 8172976.

HSL color Cylindrical-coordinate representation of color #B0B57C: hue angle of 65.26º 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 #B0B57C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB176181124-
CMYK0.0300.310.29
HSL65.26º27.8%59.8%-
HSV(B)65.26º31.49%70.98%-
XYZ38.0743.7325.5-
YUV173.01100.34130.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=36.59%
G=37.63%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811240.0300.310.2965.2627.859.8
HexB0B57C301F1D411c3c
Octal2602651743037351013474
Binary101100001011010111111001101111111101100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B57C; }

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

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

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

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

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

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

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

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