#B0B480

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

Shades of Pine Glade #B0B480

Tints of Pine Glade #B0B480

Color information

#B0B480 (or 0xB0B480) is unknown color: approx Pine Glade. HEX triplet: B0, B4 and 80. RGB value is (176,180,128). Sum of RGB (Red+Green+Blue) = 176+180+128=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B480 is #4F4B7F. Grayscale: #ADADAD. Windows color (decimal): -5196672 or 8434864. OLE color: 8434864.

HSL color Cylindrical-coordinate representation of color #B0B480: hue angle of 64.62º 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 #B0B480 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB176180128-
CMYK0.0200.290.29
HSL64.62º25.74%60.39%-
HSV(B)64.62º28.89%70.59%-
XYZ38.1243.4326.8-
YUV172.88102.67130.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=36.36%
G=37.19%
B=26.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801280.0200.290.2964.6225.7460.39
HexB0B480201D1D411a3c
Octal2602642002035351013274
Binary1011000010110100100000001001110111101100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B480; }

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

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

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

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

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

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

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

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