#B5B782

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

Shades of Pine Glade #B5B782

Tints of Pine Glade #B5B782

Color information

#B5B782 (or 0xB5B782) is unknown color: approx Pine Glade. HEX triplet: B5, B7 and 82. RGB value is (181,183,130). Sum of RGB (Red+Green+Blue) = 181+183+130=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B782 is #4A487D. Grayscale: #B0B0B0. Windows color (decimal): -4868222 or 8566709. OLE color: 8566709.

HSL color Cylindrical-coordinate representation of color #B5B782: hue angle of 62.26º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5B782 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB181183130-
CMYK0.0100.290.28
HSL62.26º26.9%61.37%-
HSV(B)62.26º28.96%71.76%-
XYZ40.0245.327.75-
YUV176.36101.84131.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=36.64%
G=37.04%
B=26.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811831300.0100.290.2862.2626.961.37
HexB5B782101D1C3e1b3d
Octal265267202103534763375
Binary10110101101101111000001010111011110011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B782; }

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

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

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

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

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

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

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

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