#BAB882

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

Shades of Pine Glade #BAB882

Tints of Pine Glade #BAB882

Color information

#BAB882 (or 0xBAB882) is unknown color: approx Pine Glade. HEX triplet: BA, B8 and 82. RGB value is (186,184,130). Sum of RGB (Red+Green+Blue) = 186+184+130=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB882 is #45477D. Grayscale: #B2B2B2. Windows color (decimal): -4540286 or 8566970. OLE color: 8566970.

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

Color convert

RGB186184130-
CMYK00.010.300.27
HSL57.86º28.87%61.96%-
HSV(B)57.86º30.11%72.94%-
XYZ41.4246.3327.88-
YUV178.44100.66133.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 130 (51.17% from 255) = 26%
R=37.2%
G=36.8%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618413000.010.300.2757.8628.8761.96
HexBAB882011E1B3a1d3e
Octal272270202013633723576
Binary10111010101110001000001001111101101111101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB882; }

 p { color: rgb(186,184,130); }

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

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

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

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

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

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

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