#B5B982

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

Shades of Pine Glade #B5B982

Tints of Pine Glade #B5B982

Color information

#B5B982 (or 0xB5B982) is unknown color: approx Pine Glade. HEX triplet: B5, B9 and 82. RGB value is (181,185,130). Sum of RGB (Red+Green+Blue) = 181+185+130=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B982 is #4A467D. Grayscale: #B1B1B1. Windows color (decimal): -4867710 or 8567221. OLE color: 8567221.

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

Color convert

RGB181185130-
CMYK0.0200.300.27
HSL64.36º28.21%61.76%-
HSV(B)64.36º29.73%72.55%-
XYZ40.4346.1327.89-
YUV177.53101.17130.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=36.49%
G=37.30%
B=26.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851300.0200.300.2764.3628.2161.76
HexB5B982201E1B401c3e
Octal2652712022036331003476
Binary1011010110111001100000101001111011011100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B982; }

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

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

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

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

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

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

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

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