#B4B482

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

Shades of Pine Glade #B4B482

Tints of Pine Glade #B4B482

Color information

#B4B482 (or 0xB4B482) is unknown color: approx Pine Glade. HEX triplet: B4, B4 and 82. RGB value is (180,180,130). Sum of RGB (Red+Green+Blue) = 180+180+130=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B482 is #4B4B7D. Grayscale: #AEAEAE. Windows color (decimal): -4934526 or 8565940. OLE color: 8565940.

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

Color convert

RGB180180130-
CMYK000.280.29
HSL60º25%60.78%-
HSV(B)60º27.78%70.59%-
XYZ39.1743.9627.54-
YUV174.3103132.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=36.73%
G=36.73%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180130000.280.29602560.78
HexB4B482001C1D3c193d
Octal264264202003435743175
Binary10110100101101001000001000111001110111110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B482; }

 p { color: rgb(180,180,130); }

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

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

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

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

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

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

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