#B0B47F

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

Shades of Pine Glade #B0B47F

Tints of Pine Glade #B0B47F

Color information

#B0B47F (or 0xB0B47F) is unknown color: approx Pine Glade. HEX triplet: B0, B4 and 7F. RGB value is (176,180,127). Sum of RGB (Red+Green+Blue) = 176+180+127=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B47F is #4F4B80. Grayscale: #ACACAC. Windows color (decimal): -5196673 or 8369328. OLE color: 8369328.

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

Color convert

RGB176180127-
CMYK0.0200.290.29
HSL64.53º26.11%60.2%-
HSV(B)64.53º29.44%70.59%-
XYZ38.0643.426.45-
YUV172.76102.17130.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 127 (50% from 255) = 26.29%
R=36.44%
G=37.27%
B=26.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801270.0200.290.2964.5326.1160.2
HexB0B47F201D1D411a3c
Octal2602641772035351013274
Binary101100001011010011111111001110111101100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B47F; }

 p { color: rgb(176,180,127); }

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

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

 a { background-color: rgb(176,180,127); }

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

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

 span { border-color: rgb(176,180,127); }

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