#B5B780

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

Shades of Pine Glade #B5B780

Tints of Pine Glade #B5B780

Color information

#B5B780 (or 0xB5B780) is unknown color: approx Pine Glade. HEX triplet: B5, B7 and 80. RGB value is (181,183,128). Sum of RGB (Red+Green+Blue) = 181+183+128=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B780 is #4A487F. Grayscale: #B0B0B0. Windows color (decimal): -4868224 or 8435637. OLE color: 8435637.

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

Color convert

RGB181183128-
CMYK0.0100.300.28
HSL62.18º27.64%60.98%-
HSV(B)62.18º30.05%71.76%-
XYZ39.8945.2527.05-
YUV176.13100.84131.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=36.79%
G=37.20%
B=26.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811831280.0100.300.2862.1827.6460.98
HexB5B780101E1C3e1c3d
Octal265267200103634763475
Binary10110101101101111000000010111101110011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B780; }

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

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

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

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

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

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

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

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