#B0B57A

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

Shades of Pine Glade #B0B57A

Tints of Pine Glade #B0B57A

Color information

#B0B57A (or 0xB0B57A) is unknown color: approx Pine Glade. HEX triplet: B0, B5 and 7A. RGB value is (176,181,122). Sum of RGB (Red+Green+Blue) = 176+181+122=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B57A is #4F4A85. Grayscale: #ADADAD. Windows color (decimal): -5196422 or 8041904. OLE color: 8041904.

HSL color Cylindrical-coordinate representation of color #B0B57A: hue angle of 65.08º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0B57A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB176181122-
CMYK0.0300.330.29
HSL65.08º28.5%59.41%-
HSV(B)65.08º32.6%70.98%-
XYZ37.9443.6824.84-
YUV172.7899.34130.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=36.74%
G=37.79%
B=25.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811220.0300.330.2965.0828.559.41
HexB0B57A30211D411d3b
Octal2602651723041351013573
Binary1011000010110101111101011010000111101100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B57A; }

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

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

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

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

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

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

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

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