#BAB780

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

Shades of Pine Glade #BAB780

Tints of Pine Glade #BAB780

Color information

#BAB780 (or 0xBAB780) is unknown color: approx Pine Glade. HEX triplet: BA, B7 and 80. RGB value is (186,183,128). Sum of RGB (Red+Green+Blue) = 186+183+128=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB780 is #45487F. Grayscale: #B1B1B1. Windows color (decimal): -4540544 or 8435642. OLE color: 8435642.

HSL color Cylindrical-coordinate representation of color #BAB780: hue angle of 56.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB780 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186183128-
CMYK00.020.310.27
HSL56.9º29.59%61.57%-
HSV(B)56.9º31.18%72.94%-
XYZ41.0845.8627.11-
YUV177.6399.99133.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=37.42%
G=36.82%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618312800.020.310.2756.929.5961.57
HexBAB780021F1B391e3e
Octal272267200023733713676
Binary101110101011011110000000010111111101111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB780; }

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

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

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

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

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

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

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

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