#BAB984

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

Shades of Pine Glade #BAB984

Tints of Pine Glade #BAB984

Color information

#BAB984 (or 0xBAB984) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 84. RGB value is (186,185,132). Sum of RGB (Red+Green+Blue) = 186+185+132=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB984 is #45467B. Grayscale: #B3B3B3. Windows color (decimal): -4540028 or 8698298. OLE color: 8698298.

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

Color convert

RGB186185132-
CMYK00.010.290.27
HSL58.89º28.13%62.35%-
HSV(B)58.89º29.03%72.94%-
XYZ41.7646.828.66-
YUV179.26101.33132.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=36.98%
G=36.78%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618513200.010.290.2758.8928.1362.35
HexBAB984011D1B3b1c3e
Octal272271204013533733476
Binary10111010101110011000010001111011101111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB984; }

 p { color: rgb(186,185,132); }

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

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

 a { background-color: rgb(186,185,132); }

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

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

 span { border-color: rgb(186,185,132); }

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