#B5B985

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

Shades of Pine Glade #B5B985

Tints of Pine Glade #B5B985

Color information

#B5B985 (or 0xB5B985) is unknown color: approx Pine Glade. HEX triplet: B5, B9 and 85. RGB value is (181,185,133). Sum of RGB (Red+Green+Blue) = 181+185+133=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B985 is #4A467A. Grayscale: #B2B2B2. Windows color (decimal): -4867707 or 8763829. OLE color: 8763829.

HSL color Cylindrical-coordinate representation of color #B5B985: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B985 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB181185133-
CMYK0.0200.280.27
HSL64.62º27.08%62.35%-
HSV(B)64.62º28.11%72.55%-
XYZ40.6446.2228.97-
YUV177.88102.67130.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=36.27%
G=37.07%
B=26.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851330.0200.280.2764.6227.0862.35
HexB5B985201C1B411b3e
Octal2652712052034331013376
Binary1011010110111001100001011001110011011100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B985; }

 p { color: rgb(181,185,133); }

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

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

 a { background-color: rgb(181,185,133); }

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

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

 span { border-color: rgb(181,185,133); }

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