#B4B584

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

Shades of Pine Glade #B4B584

Tints of Pine Glade #B4B584

Color information

#B4B584 (or 0xB4B584) is unknown color: approx Pine Glade. HEX triplet: B4, B5 and 84. RGB value is (180,181,132). Sum of RGB (Red+Green+Blue) = 180+181+132=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B584 is #4B4A7B. Grayscale: #AFAFAF. Windows color (decimal): -4934268 or 8697268. OLE color: 8697268.

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

Color convert

RGB180181132-
CMYK0.0100.270.29
HSL61.22º24.87%61.37%-
HSV(B)61.22º27.07%70.98%-
XYZ39.5144.4228.32-
YUV175.12103.67131.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=36.51%
G=36.71%
B=26.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811320.0100.270.2961.2224.8761.37
HexB4B584101B1D3d193d
Octal264265204103335753175
Binary10110100101101011000010010110111110111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B584; }

 p { color: rgb(180,181,132); }

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

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

 a { background-color: rgb(180,181,132); }

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

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

 span { border-color: rgb(180,181,132); }

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