#B0B37A

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

Shades of Pine Glade #B0B37A

Tints of Pine Glade #B0B37A

Color information

#B0B37A (or 0xB0B37A) is unknown color: approx Pine Glade. HEX triplet: B0, B3 and 7A. RGB value is (176,179,122). Sum of RGB (Red+Green+Blue) = 176+179+122=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B37A is #4F4C85. Grayscale: #ABABAB. Windows color (decimal): -5196934 or 8041392. OLE color: 8041392.

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

Color convert

RGB176179122-
CMYK0.0200.320.30
HSL63.16º27.27%59.02%-
HSV(B)63.16º31.84%70.2%-
XYZ37.5442.8824.71-
YUV171.6100.01131.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=36.90%
G=37.53%
B=25.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791220.0200.320.3063.1627.2759.02
HexB0B37A20201E3f1b3b
Octal260263172204036773373
Binary101100001011001111110101001000001111011111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B37A; }

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

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

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

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

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

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

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

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