#B4B480

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

Shades of Pine Glade #B4B480

Tints of Pine Glade #B4B480

Color information

#B4B480 (or 0xB4B480) is unknown color: approx Pine Glade. HEX triplet: B4, B4 and 80. RGB value is (180,180,128). Sum of RGB (Red+Green+Blue) = 180+180+128=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B480 is #4B4B7F. Grayscale: #AEAEAE. Windows color (decimal): -4934528 or 8434868. OLE color: 8434868.

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

Color convert

RGB180180128-
CMYK000.290.29
HSL60º25.74%60.39%-
HSV(B)60º28.89%70.59%-
XYZ39.0443.926.84-
YUV174.07102132.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=36.89%
G=36.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180128000.290.296025.7460.39
HexB4B480001D1D3c1a3c
Octal264264200003535743274
Binary10110100101101001000000000111011110111110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B480; }

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

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

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

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

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

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

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

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